1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/graphics/fli2gif/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

37 lines
725 B
Makefile

# New ports collection makefile for: fli2gif
# Date created: 7 Jan 1998
# Whom: giffunip@asme.org
#
# $FreeBSD$
#
PORTNAME= fli2gif
PORTVERSION= 1.1
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://www.bovine.net/~jlawson/coding/fli2gif/
DISTNAME= ${PORTNAME}b
MAINTAINER= ports@FreeBSD.org
NO_WRKSUBDIR= yes
USE_ZIP= yes
post-extract:
@cd ${WRKSRC} && unzip -q -aa source.zip \
&& ${LN} -sf GIF.CPP gif.cpp \
&& ${LN} -sf FLIPLAY.CPP fliplay.cpp
do-build:
@cd ${WRKSRC} && ${CXX} ${CXXFLAGS} -o ${PORTNAME} *.cpp
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/fli2gif ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/*.TXT ${DOCSDIR}
.endif
.include <bsd.port.mk>