1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/multimedia/ppm2fli/Makefile
Steve Price bf408c38b3 Initial import of ppm2fli.
Utilities to merge PPM files into animated FLI and vice versa.
1998-02-18 04:21:08 +00:00

25 lines
632 B
Makefile

# New ports collection makefile for: ppm2fli
# Version required: b1.92
# Date created: 7 Jan 1998
# Whom: giffunip@asme.org
#
# $Id: $
#
DISTNAME= ppm2fli_b1.92
PKGNAME= ppm2fli-b1
CATEGORIES= graphics misc
MASTER_SITES= ftp://crusty.er.usgs.gov/pub/animation/fli/
EXTRACT_SUFX= .tar.Z
MAINTAINER= giffunip@asme.org
MAN1= ppm2fli.1 unflick.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ppm2fli ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/unflick ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/ppm2fli.man ${PREFIX}/man/man1/ppm2fli.1
${INSTALL_MAN} ${WRKSRC}/unflick.man ${PREFIX}/man/man1/unflick.1
.include <bsd.port.mk>