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
|
|
|
#
|
1997-11-26 07:53:35 +00:00
|
|
|
# $Id: Makefile,v 1.11 1996/11/18 11:40:48 asami Exp $
|
1994-12-27 10:44:03 +00:00
|
|
|
#
|
|
|
|
|
1997-11-26 07:53:35 +00:00
|
|
|
DISTNAME= chimera-2.0a11
|
|
|
|
CATEGORIES= www x11
|
|
|
|
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
|
|
|
|
|
|
|
|
LIB_DEPENDS= jpeg\\.[67]\\.:${PORTSDIR}/graphics/jpeg \
|
|
|
|
png\\.0\\.:${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>
|