diff options
author | Steve Price <steve@FreeBSD.org> | 1999-03-08 20:55:39 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-03-08 20:55:39 +0000 |
commit | a64a2d930fe850026b1f82eb51d862b36c54dfa7 (patch) | |
tree | e377d9e23b7b933eb762f81b6f7c01f5ef6d4a6c /x11-fm/x-files/Makefile | |
parent | c7144ec282f3f5f8e400587cd9be62b7134a1c4c (diff) | |
download | ports-a64a2d930fe850026b1f82eb51d862b36c54dfa7.tar.gz ports-a64a2d930fe850026b1f82eb51d862b36c54dfa7.zip |
Notes
Diffstat (limited to 'x11-fm/x-files/Makefile')
-rw-r--r-- | x11-fm/x-files/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/x11-fm/x-files/Makefile b/x11-fm/x-files/Makefile index 9f6bb4f5a837..4ec79204194e 100644 --- a/x11-fm/x-files/Makefile +++ b/x11-fm/x-files/Makefile @@ -3,7 +3,7 @@ # Date created: 14 April 1998 # Whom: Donald J. Maddox <dmaddox@conterra.com> # -# $Id: Makefile,v 1.6 1998/12/02 20:08:57 billf Exp $ +# $Id: Makefile,v 1.7 1999/02/12 08:25:16 flathill Exp $ # DISTNAME= X-Files-1.43 @@ -11,20 +11,19 @@ PKGNAME= x-files-1.43 CATEGORIES= x11-fm tk80 MASTER_SITES= http://java.inf.tu-dresden.de/X-Files/data/ -MAINTAINER= dmaddox@scsn.net +MAINTAINER= dmaddox@conterra.com -BUILD_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 - -.if !defined(DISPLAY) -BROKEN= requires DISPLAY to install -.endif +BUILD_DEPENDS= tclsh8.0:${PORTSDIR}/lang/tcl80 +RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 WRKSRC= ${WRKDIR}/X-Files NO_BUILD= yes USE_X_PREFIX= yes pre-install: - @wish8.0 ${SCRIPTDIR}/mktclIndex ${WRKSRC} + @tclsh8.0 ${SCRIPTDIR}/mktclIndex ${WRKSRC} + @sed s#@X11BASE@#${X11BASE}# <${WRKSRC}/X-Files.tcl >${WRKSRC}/tmpfile + @mv ${WRKSRC}/tmpfile ${WRKSRC}/X-Files.tcl do-install: @${MKDIR} ${PREFIX}/lib/X11/X-Files |