2003-05-04 17:33:32 +02:00
|
|
|
# New ports collection makefile for: sgb
|
|
|
|
# Date created: 2003-02-05
|
|
|
|
# Whom: Gerald Pfeifer <gerald@freebsd.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= sgb
|
2007-02-03 16:27:04 +01:00
|
|
|
PORTVERSION= 20050409
|
2003-08-06 10:32:59 +02:00
|
|
|
PORTREVISION= 1
|
2003-05-04 17:33:32 +02:00
|
|
|
CATEGORIES= devel
|
2005-11-12 01:52:21 +01:00
|
|
|
MASTER_SITES= ftp://ftp.cs.stanford.edu/pub/sgb/ \
|
2006-04-07 10:22:27 +02:00
|
|
|
${MASTER_SITE_GENTOO}
|
|
|
|
MASTER_SITE_SUBDIR= distfiles
|
2007-02-03 16:27:04 +01:00
|
|
|
DISTNAME= sgb-2005-04-09
|
2003-05-04 17:33:32 +02:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2003-08-06 10:32:59 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
post-extract:
|
|
|
|
${CP} ${WRKSRC}/PROTOTYPES/* ${WRKSRC}
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|