blob: 964047e7ea2cafd06f50bf10ef4a3b01a1e50cb6 (
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
|
# New ports collection makefile for: sgb
# Date created: 2003-02-05
# Whom: Gerald Pfeifer <gerald@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= sgb
PORTVERSION= 20030623
CATEGORIES= devel
MASTER_SITES= ftp://labrea.stanford.edu/pub/sgb/
DISTNAME= sgb-2003-06-23
MAINTAINER= gerald@FreeBSD.org
COMMENT= The Stanford GraphBase: A Platform for Combinatorial Computing
BUILD_DEPENDS= ctangle:${PORTSDIR}/devel/cweb
USE_REINPLACE= yes
NO_WRKSUBDIR= yes
ALL_TARGET= lib tests
.include <bsd.port.mk>
|