1994-12-27 10:44:03 +00:00
|
|
|
# New ports collection makefile for: chimera
|
1997-11-26 07:53:35 +00:00
|
|
|
# Version required: 2.0a11
|
|
|
|
# Date created: 24 Nov 1997
|
|
|
|
# Whom: Bruce Gingery <bgingery@gtcs.com>
|
1994-12-27 10:44:03 +00:00
|
|
|
#
|
1998-09-17 00:50:52 +00:00
|
|
|
# $Id: Makefile,v 1.18 1998/09/15 11:57:49 asami Exp $
|
1994-12-27 10:44:03 +00:00
|
|
|
#
|
|
|
|
|
1997-11-26 07:53:35 +00:00
|
|
|
DISTNAME= chimera-2.0a11
|
1998-07-27 23:25:33 +00:00
|
|
|
CATEGORIES= www
|
1997-11-26 07:53:35 +00:00
|
|
|
MASTER_SITES= ftp://ftp.cs.unlv.edu/pub/chimera-alpha/
|
1995-04-04 15:46:33 +00:00
|
|
|
|
1997-11-26 07:53:35 +00:00
|
|
|
MAINTAINER= bgingery@gtcs.com
|
|
|
|
|
1998-09-15 11:46:15 +00:00
|
|
|
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
1998-09-17 00:50:52 +00:00
|
|
|
png.2:${PORTSDIR}/graphics/png
|
1994-10-20 01:55:54 +00:00
|
|
|
|
1995-04-04 15:46:33 +00:00
|
|
|
USE_IMAKE= yes
|
|
|
|
|
1997-11-26 07:53:35 +00:00
|
|
|
post-patch:
|
|
|
|
${MV} ${WRKSRC}/Common.tmpl.dist ${WRKSRC}/Common.tmpl
|
|
|
|
${CP} ${FILESDIR}/protopng.h ${WRKSRC}/image/
|
|
|
|
ln -s ${WRKSRC}/chimera ${WRKSRC}/main
|
|
|
|
|
1994-10-20 01:55:54 +00:00
|
|
|
.include <bsd.port.mk>
|