openbsd-ports/graphics/tgif/Makefile

31 lines
781 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.4 1999/12/05 15:23:20 jakob Exp $
1999-09-12 10:08:53 -04:00
DISTNAME= tgif-4.1.25
1999-09-12 10:08:53 -04:00
CATEGORIES= graphics
MASTER_SITES= ftp://bourbon.cs.umd.edu/pub/tgif/ \
ftp://ftp.cs.ucla.edu/pub/tgif/
MAINTAINER= jakob@openbsd.org
1999-09-12 10:08:53 -04:00
RUN_DEPENDS= giftopnm:${PORTSDIR}/graphics/netpbm
USE_IMAKE= yes
1999-09-12 10:08:53 -04:00
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
1999-09-12 10:08:53 -04:00
post-install:
@${MKDIR} ${TGIFDOC}
(cd ${WRKSRC} ;\
${INSTALL_DATA} ${DEMO_FILES} ${TGIFDOC} ;\
${INSTALL_DATA} ${READMES} ${TGIFDOC} ;)
1999-09-12 10:08:53 -04:00
.include <bsd.port.mk>