mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
18f33c0f93
installs the version of the port that uses shared library number 9 and the LIBRARY_VERSION set to the default. Normally this is against our policy (bumping the version number for minor things), however due to the major problems caused with the upgrade, Satoshi and I decided that this was best. Approved by: asami
26 lines
653 B
Makefile
26 lines
653 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.14 1998/04/15 22:17:51 jseger 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\\.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>
|