1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/graphics/tgif/Makefile

27 lines
628 B
Makefile
Raw Normal View History

# New ports collection makefile for: tgif
# Version required: 4.1.16
# Date created: 30 Jan 1999
# Whom: bmc@WillsCreek.COM
#
# $Id: Makefile,v 1.16 1999/06/04 17:55:59 mharo Exp $
#
DISTNAME= tgif-4.1.16
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
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>