# New ports collection makefile for:    sgb
# Date created:         2003-02-05
# Whom:			Gerald Pfeifer <gerald@freebsd.org>
#
# $FreeBSD: ports/devel/sgb/Makefile,v 1.12 2007/10/21 22:14:28 gerald Exp $
#

PORTNAME=	sgb
PORTVERSION=	20070328
CATEGORIES=	devel
MASTER_SITES=	ftp://ftp.cs.stanford.edu/pub/sgb/ \
		${MASTER_SITE_GENTOO}
MASTER_SITE_SUBDIR=	distfiles
DISTNAME=	sgb-2007-03.28

MAINTAINER=	gerald@FreeBSD.org
COMMENT=	The Stanford GraphBase: A Platform for Combinatorial Computing

BUILD_DEPENDS=	ctangle:${PORTSDIR}/devel/cweb

NO_WRKSUBDIR=	yes
ALL_TARGET=	lib tests

.include <bsd.port.pre.mk>

post-extract:
	${CP} ${WRKSRC}/PROTOTYPES/* ${WRKSRC}

.include <bsd.port.post.mk>


syntax highlighted by Code2HTML, v. 0.9.1