diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-08-03 07:31:24 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-08-03 07:31:24 +0800 |
commit | a11f7eff30d61f2328d94bb5c5085d3e70b761f2 (patch) | |
tree | ed1ba8cc763705d11d5f50d6c0defed34f1b48c6 /graphics/tgif/Makefile | |
parent | ba37b3cf582fc595f4b90844634428729b61c7ab (diff) | |
download | freebsd-ports-gnome-a11f7eff30d61f2328d94bb5c5085d3e70b761f2.tar.gz freebsd-ports-gnome-a11f7eff30d61f2328d94bb5c5085d3e70b761f2.tar.zst freebsd-ports-gnome-a11f7eff30d61f2328d94bb5c5085d3e70b761f2.zip |
Submitter writes:
Patches from Mita Yoshio <mita@iis.u-tokyo.ac.jp> to
(a) enable TGIF internationalization in TGIF, in preparation for
his Japanese port of TGIF;
(b) install TGIF documentation.
PR: 12929
Submitted by: maintainer
Diffstat (limited to 'graphics/tgif/Makefile')
-rw-r--r-- | graphics/tgif/Makefile | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/graphics/tgif/Makefile b/graphics/tgif/Makefile index d6033da203cd..b9453a7e3a2e 100644 --- a/graphics/tgif/Makefile +++ b/graphics/tgif/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Jan 1999 # Whom: bmc@WillsCreek.COM # -# $Id: Makefile,v 1.16 1999/06/04 17:55:59 mharo Exp $ +# $Id: Makefile,v 1.17 1999/06/19 19:36:47 cpiazza Exp $ # DISTNAME= tgif-4.1.16 @@ -17,10 +17,20 @@ RUN_DEPENDS= giftopnm:${PORTSDIR}/graphics/netpbm USE_IMAKE= yes MAN1= tgif.1 +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} ${TGIFDOC} + (cd ${WRKSRC} ;\ + ${INSTALL_DATA} ${DEMO_FILES} ${TGIFDOC} ;\ + ${INSTALL_DATA} ${READMES} ${TGIFDOC} ;\ + ) .include <bsd.port.mk> |