openbsd-ports/graphics/tgif/Makefile
espie a813079932 Kill a large set of deprecated variables.
Thoroughly unsubtle, most mkdir -p should probably be INSTALL* at
*install stage, and echo/ECHO_MSG is somewhat unsorted.

It's quite possible I missed a few automated changes...
2000-02-11 01:09:59 +00:00

31 lines
775 B
Makefile

# $OpenBSD: Makefile,v 1.5 2000/02/11 01:10:04 espie Exp $
DISTNAME= tgif-4.1.25
CATEGORIES= graphics
MASTER_SITES= ftp://bourbon.cs.umd.edu/pub/tgif/ \
ftp://ftp.cs.ucla.edu/pub/tgif/
MAINTAINER= jakob@openbsd.org
RUN_DEPENDS= giftopnm:${PORTSDIR}/graphics/netpbm
USE_IMAKE= yes
TGIFDOC= ${PREFIX}/share/doc/tgif
DEMO_FILES= an-sr-flip-flop.obj launch-demo-1.obj \
fonts.obj launch-demo.obj keys.obj slide-demo.obj example.tex
READMES= Copyright HISTORY README
post-extract:
@rm -f ${WRKDIR}/${DISTNAME}/Tgif.tmpl
@cp ${WRKDIR}/${DISTNAME}/Tgif.tmpl-freebsd \
${WRKDIR}/${DISTNAME}/Tgif.tmpl
post-install:
@mkdir -p ${TGIFDOC}
(cd ${WRKSRC} ;\
${INSTALL_DATA} ${DEMO_FILES} ${TGIFDOC} ;\
${INSTALL_DATA} ${READMES} ${TGIFDOC} ;)
.include <bsd.port.mk>