aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/intergif/Makefile
blob: 4fb908d0feca6cdeb6138f38418930e8b1f8bb54 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 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>