freebsd-ports/graphics/ppm2fli/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

29 lines
596 B
Makefile

# New ports collection makefile for: ppm2fli
# Date created: 7 Jan 1998
# Whom: giffunip@asme.org
#
# $FreeBSD$
#
PORTNAME= ppm2fli
PORTVERSION= 2.1
CATEGORIES= graphics
MASTER_SITES= http://vento.pi.tu-berlin.de/ppm2fli/
MAINTAINER= ports@FreeBSD.org
USE_REINPLACE= yes
MAN1= ppm2fli.1 unflick.1
pre-patch:
@${REINPLACE_CMD} -e 's|^C|#C|g ; \
s|gcc |\$${CC} |g' ${WRKSRC}/Makefile
do-install:
.for name in ppm2fli unflick
${INSTALL_PROGRAM} ${WRKSRC}/${name} ${PREFIX}/bin/${name}
${INSTALL_MAN} ${WRKSRC}/${name}.1 ${MANPREFIX}/man/man1/${name}.1
.endfor
.include <bsd.port.mk>