aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/tgif/Makefile
blob: 01687048abc4b79d2c3108b8d52418aef4c97d13 (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
# New ports collection makefile for:    tgif
# Version required:     3.0-p17
# Date created:         10 Oct 1996
# Whom:                 bmc@WillsCreek.COM
#
# $Id: Makefile,v 1.5 1998/07/20 03:41:22 steve Exp $
#

DISTNAME=   tgif-3.0-p17
PKGNAME=    tgif-3.0p17
CATEGORIES= graphics
MASTER_SITES=   ftp://bourbon.cs.umd.edu/pub/tgif/ \
        ftp://ftp.cs.ucla.edu/pub/tgif/

MAINTAINER= bmc@WillsCreek.COM

RUN_DEPENDS=    giftopnm:${PORTSDIR}/graphics/netpbm \
        pnmtotiff:${PORTSDIR}/graphics/netpbm \
        ppmtoxpm:${PORTSDIR}/graphics/netpbm \
        ppmtogif:${PORTSDIR}/graphics/netpbm \
        xbmtopbm:${PORTSDIR}/graphics/netpbm \
        xpmtoppm:${PORTSDIR}/graphics/netpbm

USE_IMAKE=      yes
MAN1=       prtgif.1 tgif.1

.include <bsd.port.mk>