mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
16ebd472fe
or splitting animations apart, or for optimising animations created by other programs. PR: ports/85516 Submitted by: Jamie Jones <jamie@bishopston.net>
32 lines
679 B
Makefile
32 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>
|