2002-10-21 08:54:27 +00:00
|
|
|
# ex:ts=8
|
|
|
|
#
|
|
|
|
# New ports collection makefile for: phoenix
|
|
|
|
# Date created: 2002/10/21
|
|
|
|
# Whom: Alan Eldridge <ports@geeksrus.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= phoenix
|
2002-10-21 18:37:12 +00:00
|
|
|
PORTVERSION= 0.3
|
2002-10-21 08:54:27 +00:00
|
|
|
PORTREVISION= 0
|
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
2002-10-21 18:37:12 +00:00
|
|
|
MASTER_SITE_SUBDIR= trevor
|
2002-10-21 08:54:27 +00:00
|
|
|
|
|
|
|
MAINTAINER= alane@freebsd.org # will change to trevor@ soon
|
|
|
|
|
2002-10-21 18:37:12 +00:00
|
|
|
BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \
|
|
|
|
freetype-config:${PORTSDIR}/print/freetype2 \
|
|
|
|
perl5.8.0:${PORTSDIR}/lang/perl5.8
|
|
|
|
|
|
|
|
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
|
|
|
png.5:${PORTSDIR}/graphics/png \
|
|
|
|
mng.1:${PORTSDIR}/graphics/libmng \
|
|
|
|
freetype.9:${PORTSDIR}/print/freetype2
|
2002-10-21 08:54:27 +00:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
2002-10-21 18:37:12 +00:00
|
|
|
#USE_AUTOCONF_VER= 213
|
2002-10-21 08:54:27 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2002-10-21 18:37:12 +00:00
|
|
|
WRKSRC= ${WRKDIR}/mozilla
|
|
|
|
|
2002-10-21 08:54:27 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
2002-10-21 18:37:12 +00:00
|
|
|
|
|
|
|
post-extract:
|
|
|
|
${SED} -e 's|@X11BASE@|${X11BASE}|' \
|
|
|
|
-e 's|@LOCALBASE@|${LOCALBASE}|' \
|
|
|
|
<${FILESDIR}/mozconfig.in >${WRKSRC}/.mozconfig
|
|
|
|
|
2002-10-21 08:54:27 +00:00
|
|
|
.include <bsd.port.post.mk>
|
|
|
|
|
|
|
|
#EOF
|