aboutsummaryrefslogtreecommitdiffstats
path: root/devel/sgb/Makefile
blob: a4f59e7cdb0dfcfd06a3b49b848202e9af6015d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Created by: Gerald Pfeifer <gerald@FreeBSD.org>
# $FreeBSD$

PORTNAME=   sgb
PORTVERSION=    20090810
CATEGORIES= devel
MASTER_SITES=   ftp://ftp.cs.stanford.edu/pub/sgb/ \
        ${MASTER_SITE_GENTOO}
MASTER_SITE_SUBDIR= distfiles
DISTNAME=   sgb-2009-08-10

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
MAKE_JOBS_UNSAFE=   yes
MAKE_ENV+=  STAGEDIR=${STAGEDIR}

.include <bsd.port.pre.mk>

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

.include <bsd.port.post.mk>