1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/graphics/fli2gif/Makefile
1999-06-17 17:21:36 +00:00

27 lines
746 B
Makefile

# New ports collection makefile for: fli2gif
# Version required: 1.1
# Date created: 7 Jan 1998
# Whom: giffunip@asme.org
#
# $Id: Makefile,v 1.1.1.1 1998/01/29 16:33:34 jseger Exp $
#
DISTNAME= fli2gif
PKGNAME= fli2gif-1.1
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.sco.com/skunkware/src/misc/ \
ftp://ftp.doc.ic.ac.uk/Mirrors/ftp.sco.com/skunkware/src/misc/ \
ftp://ftp.vse.cz/pub/.ccd0c/SCO/ftp.sco.com/skunkware/src/misc/
MAINTAINER= giffunip@asme.org
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/fli2gif ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/fli2gif
${INSTALL_DATA} ${WRKSRC}/*.TXT ${PREFIX}/share/doc/fli2gif
${GZIP_CMD} ${PREFIX}/share/doc/fli2gif/*.TXT
.endif
.include <bsd.port.mk>