Changeset 5483
- Timestamp:
- Feb 16, 2004, 10:07:00 PM (16 years ago)
- Location:
- trunk/dports/graphics/tgif
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/graphics/tgif/Portfile
r3203 r5483 1 # $Id: Portfile,v 1. 4 2003/08/11 22:11:49 waqarExp $1 # $Id: Portfile,v 1.5 2004/02/16 22:07:00 rshaw Exp $ 2 2 3 3 PortSystem 1.0 4 4 name tgif 5 5 version 4.1.42 6 revision 1 6 7 description Basic vector drawing package 7 8 categories x11 graphics … … 13 14 checksums md5 83b1cd01b1570fbf71ea5994af87f42e 14 15 use_xmkmf yes 15 worksrcdir ${distname}16 16 patchfiles patch-Tgif.tmpl patch-Imakefile 17 post-patch {18 set path "${worksrcpath}"19 system "chmod 644 Tgif.tmpl"20 reinplace "s|PREFIX|${prefix}|g" "${path}/Tgif.tmpl"21 }22 17 23 pre-destroot { 24 set path "${worksrcpath}" 25 reinplace "s|${prefix}|${destroot}${prefix}|g" "${path}/Makefile" 26 } 18 post-patch { reinplace "s|PREFIX|${prefix}|g" "${worksrcpath}/Tgif.tmpl" } 27 19 20 destroot.args INSTALLFLAGS=-c 28 21 destroot.target install install.man 22 23 # vim: ts=8 sw=8 -
trunk/dports/graphics/tgif/files/patch-Tgif.tmpl
r2044 r5483 1 1 --- /tmp/Tgif.tmpl Wed Jan 15 14:54:28 2003 2 2 +++ Tgif.tmpl Wed Jan 15 14:55:17 2003 3 @@ -39,9 +39, 9@@3 @@ -39,9 +39,10 @@ 4 4 XCOMM CDEBUGFLAGS= -g -Wall 5 5 XCOMM INSTPGMFLAGS= -s … … 8 8 -XCOMM TGIFDIR = /u/halfmoon/lib/X11/tgif 9 9 +BINDIR = PREFIX/bin 10 +MANPATH = PREFIX/man 10 +MANPATH = PREFIX/share/man 11 +DOCDIR = PREFIX/lib/X11/doc 11 12 +TGIFDIR = PREFIX/lib/X11/tgif 12 13 XCOMM MOREDEFINES = -D_HAS_STREAMS_SUPPORT -DENABLE_NLS -D_TGIF_DBG
Note: See TracChangeset
for help on using the changeset viewer.