summaryrefslogtreecommitdiff
path: root/x11-fm/x-files/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-02-02 17:39:56 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-02-02 17:39:56 +0000
commita028e9e2dc51fe11ff6533a3a0e892475d209e7f (patch)
tree719227ec0c51e179d93badec82c82085bcbddb47 /x11-fm/x-files/Makefile
parent- Rename option GNOME_KEYRING to GNOMEKEYRING which appears to (diff)
2013-01-30 net-mgmt/nagiosgrapher: Deprecated upstream. Please use net-mgmt/pnp instead
2013-02-01 x11-fm/x-files: Project has been abandoned
Notes
Notes: svn path=/head/; revision=311436
Diffstat (limited to 'x11-fm/x-files/Makefile')
-rw-r--r--x11-fm/x-files/Makefile45
1 files changed, 0 insertions, 45 deletions
diff --git a/x11-fm/x-files/Makefile b/x11-fm/x-files/Makefile
deleted file mode 100644
index 4029b9cf3ee1..000000000000
--- a/x11-fm/x-files/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# New ports collection makefile for: x-files
-# Date created: 14 April 1998
-# Whom: Donald J. Maddox <dmaddox099@yahoo.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= x-files
-PORTVERSION= 2.00b1
-PORTREVISION= 3
-CATEGORIES= x11-fm tk
-MASTER_SITES= http://users.tkk.fi/~mkivinie/X-Files/data/
-DISTNAME= X-Files-${PORTVERSION}
-
-MAINTAINER= dmaddox099@yahoo.com
-COMMENT= A nice Tk-based filemanager
-
-DEPRECATED= Project has been abandoned
-EXPIRATION_DATE=2013-02-01
-
-BUILD_DEPENDS= tclsh8.3:${PORTSDIR}/lang/tcl83
-RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83
-
-WRKSRC= ${WRKDIR}/X-Files
-NO_BUILD= yes
-MAN1= X-Files.1x
-
-pre-install:
- @tclsh8.3 ${SCRIPTDIR}/mktclIndex ${WRKSRC}
- @${RM} -f ${WRKSRC}/xfinstall.tcl
- @${SED} s#@PREFIX@#${PREFIX}# <${WRKSRC}/X-Files.tcl >${WRKSRC}/tmpfile
- @${MV} ${WRKSRC}/tmpfile ${WRKSRC}/X-Files.tcl
-
-do-install:
- @${MKDIR} ${PREFIX}/lib/X11/X-Files
-.for file in *.tcl xfiles* xflogo.gif Registration.form
- @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/lib/X11/X-Files
-.endfor
- @${CHMOD} 0555 ${PREFIX}/lib/X11/X-Files/X-Files.tcl
- @${LN} -s ${PREFIX}/lib/X11/X-Files/X-Files.tcl ${PREFIX}/bin/X-Files
- @${MKDIR} ${PREFIX}/include/X11/pixmaps
- @${INSTALL_DATA} ${WRKSRC}/X-Files.xpm ${PREFIX}/include/X11/pixmaps
- @${INSTALL_MAN} ${WRKSRC}/X-Files.1x ${PREFIX}/man/man1
-
-.include <bsd.port.mk>