freebsd-ports/multimedia/ppm2fli/Makefile

23 lines
552 B
Makefile
Raw Normal View History

# Created by: giffunip@asme.org
1999-08-25 08:16:32 +02:00
# $FreeBSD$
PORTNAME= ppm2fli
PORTVERSION= 2.1
CATEGORIES= multimedia graphics
MASTER_SITES= http://vento.pi.tu-berlin.de/ppm2fli/
MAINTAINER= ports@FreeBSD.org
2003-02-20 19:08:19 +01:00
COMMENT= Utilities to merge PPM files into animated FLI and backwards
pre-patch:
@${REINPLACE_CMD} -e 's|^C|#C|g ; \
s|gcc |\$${CC} |g' ${WRKSRC}/Makefile
do-install:
2014-02-21 16:43:18 +01:00
.for f in ppm2fli unflick
${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${f}.1 ${STAGEDIR}${MANPREFIX}/man/man1
.endfor
.include <bsd.port.mk>