1999-11-14 04:40:07 +01:00
|
|
|
# New ports collection makefile for: png2html
|
|
|
|
# Date created: 11 November 1999
|
|
|
|
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-14 12:48:02 +02:00
|
|
|
PORTNAME= png2html
|
|
|
|
PORTVERSION= 1.1
|
2003-08-18 18:15:10 +02:00
|
|
|
PORTREVISION= 3
|
1999-11-14 04:40:07 +01:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= http://www.engr.mun.ca/~holden/
|
|
|
|
|
2006-08-11 08:10:43 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Takes a PNG image and transforms it into HTML
|
1999-11-14 04:40:07 +01:00
|
|
|
|
2001-09-11 04:22:51 +02:00
|
|
|
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
|
2003-08-18 18:15:10 +02:00
|
|
|
gd.4:${PORTSDIR}/graphics/gd
|
1999-11-14 04:40:07 +01:00
|
|
|
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/png2html
|
|
|
|
|
1999-11-14 04:40:07 +01:00
|
|
|
do-configure:
|
|
|
|
@${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.orig
|
|
|
|
@${SED} -e 's|CHANGE_ME|${PREFIX}|' \
|
|
|
|
< ${WRKSRC}/Makefile.orig > ${WRKSRC}/Makefile
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/png2html ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|