1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/devel/sgb/Makefile
Gerald Pfeifer ce6367c6ca Update to version 20050409. This is just a few minor documentation changes,
but people my wonder why we are not up-to-date otherwise.

Tweak Makefile to allow installation into a virgin ${PREFIX}.
2007-02-03 15:27:04 +00:00

31 lines
646 B
Makefile

# New ports collection makefile for: sgb
# Date created: 2003-02-05
# Whom: Gerald Pfeifer <gerald@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= sgb
PORTVERSION= 20050409
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.cs.stanford.edu/pub/sgb/ \
${MASTER_SITE_GENTOO}
MASTER_SITE_SUBDIR= distfiles
DISTNAME= sgb-2005-04-09
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>