mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
58f7b2f3dd
PR: 11166 Submitted by: Brian Clapper <bmc@WillsCreek.COM>
32 lines
833 B
Makefile
32 lines
833 B
Makefile
# New ports collection makefile for: tgif
|
|
# Version required: 4.1.1
|
|
# Date created: 30 Jan 1999
|
|
# Whom: bmc@WillsCreek.COM
|
|
#
|
|
# $Id: Makefile,v 1.13 1999/04/07 19:04:15 jseger Exp $
|
|
#
|
|
|
|
DISTNAME= tgif-4.1.8
|
|
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= tgif.1
|
|
|
|
post-extract:
|
|
${RM} -f ${WRKDIR}/${DISTNAME}/Tgif.tmpl
|
|
${CP} ${WRKDIR}/${DISTNAME}/Tgif.tmpl-freebsd \
|
|
${WRKDIR}/${DISTNAME}/Tgif.tmpl
|
|
|
|
.include <bsd.port.mk>
|