2001-05-15 06:09:09 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: xmlppm
|
|
|
|
# Date created: May 15, 2001
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xmlppm
|
2001-05-22 10:13:09 +02:00
|
|
|
PORTVERSION= 0.96
|
2002-09-17 09:41:05 +02:00
|
|
|
PORTREVISION= 2
|
2001-05-15 06:09:09 +02:00
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
|
|
|
http://www.cs.cornell.edu/People/jcheney/xmlppm/
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
|
|
|
|
2001-05-22 10:13:09 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= XML-Conscious PPM Compression
|
2001-05-15 06:09:09 +02:00
|
|
|
|
2002-09-17 09:41:05 +02:00
|
|
|
LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2
|
2001-05-15 06:09:09 +02:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
|
2002-09-01 18:07:59 +02:00
|
|
|
USE_REINPLACE= yes
|
2001-05-15 06:09:09 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
post-patch:
|
2002-09-01 18:07:59 +02:00
|
|
|
@${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE},g" ${WRKSRC}/Makefile
|
2001-05-15 06:09:09 +02:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
@(cd ${WRKSRC} ; ${INSTALL_PROGRAM} xmlppm xmlunppm ${PREFIX}/bin)
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|