1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/www/chimera2/Makefile
Satoshi Asami 4dc064b0c5 jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.
(Note, since the shlib major didn't change this just removes the regexp
 support.)
1998-09-15 11:46:15 +00:00

26 lines
643 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.16 1998/07/27 23:24:23 asami Exp $
#
DISTNAME= chimera-2.0a11
CATEGORIES= www
MASTER_SITES= ftp://ftp.cs.unlv.edu/pub/chimera-alpha/
MAINTAINER= bgingery@gtcs.com
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
png\\.2\\.:${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>