diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-04-29 23:46:03 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-04-29 23:46:03 +0000 |
commit | 5fcd6a23197e3bfe24115b7bdb747e97a7afc0b3 (patch) | |
tree | e6fb3879ea8f2c24c5c0d29efda4f517cc0a7953 /x11-fm/x-files/Makefile | |
parent | Remove x-files; moved to misc. (diff) |
Move x-files from x11 to misc.
Suggested by: max and asami
Diffstat (limited to 'x11-fm/x-files/Makefile')
-rw-r--r-- | x11-fm/x-files/Makefile | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/x11-fm/x-files/Makefile b/x11-fm/x-files/Makefile new file mode 100644 index 000000000000..7baf7d6479c7 --- /dev/null +++ b/x11-fm/x-files/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: x-files +# Version required: 1.43 +# Date created: 14 April 1998 +# Whom: Donald J. Maddox <dmaddox@scsn.net> +# +# $Id$ +# + +DISTNAME= X-Files-1.43 +PKGNAME= x-files-1.43 +CATEGORIES= misc tk80 +MASTER_SITES= http://java.inf.tu-dresden.de/X-Files/data/ + +MAINTAINER= dmaddox@scsn.net + +BUILD_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 + +WRKSRC= ${WRKDIR}/X-Files +NO_BUILD= yes +USE_X11= yes + +pre-install: + @wish8.0 ${SCRIPTDIR}/mktclIndex ${WRKSRC} + +do-install: + @${MKDIR} ${PREFIX}/lib/X11/X-Files + @${INSTALL_SCRIPT} ${WRKSRC}/X-Files.tcl ${PREFIX}/bin/X-Files +.for file in be.tcl ee.tcl re.tcl vfs.tcl xf_sel.tcl xfiles.buttons xfiles.extensions tclIndex \ +xfiles.faq xfiles.headers xfiles.main_pophelp xfiles.manual xfiles.user_pophelp \ +xfilesrc xflogo.gif + @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/lib/X11/X-Files +.endfor + @${INSTALL_DATA} ${WRKSRC}/X-Files.xpm ${X11BASE}/include/X11/pixmaps + @${INSTALL_MAN} ${WRKSRC}/X-Files.1x ${X11BASE}/man/man1 + +.include <bsd.port.mk> |