diff options
Diffstat (limited to 'www/chimera2/Makefile')
-rw-r--r-- | www/chimera2/Makefile | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/www/chimera2/Makefile b/www/chimera2/Makefile index 11c6b547cfd3..45a3eb2e0ced 100644 --- a/www/chimera2/Makefile +++ b/www/chimera2/Makefile @@ -1,25 +1,23 @@ # New ports collection makefile for: chimera -# Version required: 2.0a11 +# Version required: 2.0a15 # Date created: 24 Nov 1997 # Whom: Bruce Gingery <bgingery@gtcs.com> # -# $Id: Makefile,v 1.19 1998/09/17 00:50:50 asami Exp $ +# $Id: Makefile,v 1.20 1999/01/23 07:05:20 vanilla Exp $ # -DISTNAME= chimera-2.0a11 +DISTNAME= chimera-2.0a15 CATEGORIES= www -MASTER_SITES= ftp://ftp.cs.unlv.edu/pub/chimera-alpha/ +MASTER_SITES= ftp://ftp.cs.unlv.edu/pub/chimera-alpha/ \ + ftp://ftp.netlab.is.tsukuba.ac.jp/pub/network/WWW/chimera/ \ + ftp://ftp.uni-koeln.de/net/inet/WWW/ MAINTAINER= bgingery@gtcs.com LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.3:${PORTSDIR}/graphics/png +MAN1= chimera.1 USE_IMAKE= yes -post-patch: - ${MV} ${WRKSRC}/Common.tmpl.dist ${WRKSRC}/Common.tmpl - ${CP} ${FILESDIR}/protopng.h ${WRKSRC}/image/ - ln -s ${WRKSRC}/chimera ${WRKSRC}/main - .include <bsd.port.mk> |