mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
9a863ddecf
ports/www/chimera was done before. PR: 4248 Submitted by: Bruce Gingery <bgingery@gtcs.com>
26 lines
655 B
Makefile
26 lines
655 B
Makefile
# New ports collection makefile for: chimera
|
|
# Version required: 2.0a11
|
|
# Date created: 24 Nov 1997
|
|
# Whom: Bruce Gingery <bgingery@gtcs.com>
|
|
#
|
|
# $Id: Makefile,v 1.11 1996/11/18 11:40:48 asami Exp $
|
|
#
|
|
|
|
DISTNAME= chimera-2.0a11
|
|
CATEGORIES= www x11
|
|
MASTER_SITES= ftp://ftp.cs.unlv.edu/pub/chimera-alpha/
|
|
|
|
MAINTAINER= bgingery@gtcs.com
|
|
|
|
LIB_DEPENDS= jpeg\\.[67]\\.:${PORTSDIR}/graphics/jpeg \
|
|
png\\.0\\.:${PORTSDIR}/graphics/png
|
|
|
|
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>
|