2000-07-24 06:06:32 +00:00
|
|
|
# New ports collection makefile for: SN
|
|
|
|
# Date created: 23 July 2000
|
|
|
|
# Whom: Donald Burr <dburr@FreeBSD.ORG>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= SN
|
|
|
|
PORTVERSION= 4.5.1
|
|
|
|
CATEGORIES= devel
|
2000-07-24 22:08:26 +00:00
|
|
|
MASTER_SITES= ftp://sources.redhat.com/pub/sourcenav/releases/ \
|
|
|
|
ftp://sourceware.cygnus.com/pub/sourcenav/releases/ \
|
|
|
|
ftp://ftp.sunsite.org.uk/Mirrors/sourceware.cygnus.com/pub/sourcenav/releases/ \
|
|
|
|
ftp://ftp.ai-lab.fh-furtwangen.de/pub/mirror/sources.redhat.com/pub/sourcenav/releases/
|
2000-07-24 06:06:32 +00:00
|
|
|
DISTNAME= SN451
|
|
|
|
|
|
|
|
MAINTAINER= dburr@FreeBSD.ORG
|
|
|
|
|
|
|
|
PREFIX= ${LOCALBASE}/SN
|
2000-07-24 22:08:26 +00:00
|
|
|
USE_BZIP2= yes
|
2000-07-24 06:06:32 +00:00
|
|
|
USE_XLIB= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
WRKSRC= ${WRKDIR}/SN451
|
|
|
|
|
|
|
|
post-install:
|
2000-10-08 10:23:48 +00:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
2000-07-24 06:06:32 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|