mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
6d315811e5
PR: 7317 Submitted by: maintainer
27 lines
696 B
Makefile
27 lines
696 B
Makefile
# New ports collection makefile for: tgif
|
|
# Version required: 3.0-p17
|
|
# Date created: 10 Oct 1996
|
|
# Whom: bmc@WillsCreek.COM
|
|
#
|
|
# $Id: Makefile,v 1.4 1997/08/11 08:40:54 tg 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
|
|
|
|
.include <bsd.port.mk>
|