freebsd-ports/graphics/intergif/Makefile
Pav Lucistnik 16ebd472fe INTERGIF 6.15 is a program for joining GIFs together (for animation),
or splitting animations apart, or for optimising animations created
by other programs.

PR:		ports/85516
Submitted by:	Jamie Jones <jamie@bishopston.net>
2005-09-04 14:44:01 +00:00

31 lines
679 B
Makefile

# New ports collection makefile for: interGif
# Date created: 31 August 2005
# Whom: jamie
#
# $FreeBSD$
#
PORTNAME= interGif
PORTVERSION= 6.15
CATEGORIES= graphics
MASTER_SITES= http://utter.chaos.org.uk/~pdh/software/arc/ \
http://ftp.bishopston.net/freebsd/distfiles/ \
ftp://ftp.bishopston.net/freebsd/distfiles/
DISTNAME= ig615src
EXTRACT_SUFX= .tgz
MAINTAINER= jamie@bishopston.net
COMMENT= Efficient animated GIF optimiser
WRKSRC= ${WRKDIR}/igsrc
PLIST_FILES= bin/intergif
ALL_TARGET= intergif
pre-patch:
${CP} -f ${WRKSRC}/makefile.ix ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/intergif ${PREFIX}/bin/intergif
.include <bsd.port.mk>