diff options
Diffstat (limited to 'graphics/intergif/Makefile')
-rw-r--r-- | graphics/intergif/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/intergif/Makefile b/graphics/intergif/Makefile index 1ed486e32031..c6af1d200813 100644 --- a/graphics/intergif/Makefile +++ b/graphics/intergif/Makefile @@ -3,12 +3,13 @@ PORTVERSION= 6.15 CATEGORIES= graphics MASTER_SITES= http://utter.chaos.org.uk/~pdh/software/arc/ DISTNAME= ig${PORTVERSION:S,.,,}src -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Efficient animated GIF optimiser WWW= http://utter.chaos.org.uk/~pdh/software/intergif.htm +USES= tar:tgz + WRKSRC= ${WRKDIR}/igsrc MAKEFILE= makefile.ix |