1998-04-30 01:46:03 +02:00
|
|
|
# New ports collection makefile for: x-files
|
|
|
|
# Date created: 14 April 1998
|
2001-11-14 07:46:33 +01:00
|
|
|
# Whom: Donald J. Maddox <dmaddox099@yahoo.com>
|
1998-04-30 01:46:03 +02:00
|
|
|
#
|
1999-08-31 05:04:38 +02:00
|
|
|
# $FreeBSD$
|
1998-04-30 01:46:03 +02:00
|
|
|
#
|
|
|
|
|
2000-04-10 02:44:43 +02:00
|
|
|
PORTNAME= x-files
|
2001-01-16 18:33:20 +01:00
|
|
|
PORTVERSION= 2.00b1
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
PORTREVISION= 3
|
2008-04-09 15:42:26 +02:00
|
|
|
CATEGORIES= x11-fm tk
|
2006-05-26 19:55:04 +02:00
|
|
|
MASTER_SITES= http://users.tkk.fi/~mkivinie/X-Files/data/
|
2000-04-16 06:14:12 +02:00
|
|
|
DISTNAME= X-Files-${PORTVERSION}
|
1998-04-30 01:46:03 +02:00
|
|
|
|
2001-11-14 07:46:33 +01:00
|
|
|
MAINTAINER= dmaddox099@yahoo.com
|
2003-02-21 15:08:24 +01:00
|
|
|
COMMENT= A nice Tk-based filemanager
|
1998-04-30 01:46:03 +02:00
|
|
|
|
2001-11-14 07:46:33 +01:00
|
|
|
BUILD_DEPENDS= tclsh8.3:${PORTSDIR}/lang/tcl83
|
|
|
|
RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83
|
1998-09-15 06:37:56 +02:00
|
|
|
|
1998-04-30 01:46:03 +02:00
|
|
|
WRKSRC= ${WRKDIR}/X-Files
|
|
|
|
NO_BUILD= yes
|
2000-06-08 01:01:07 +02:00
|
|
|
MAN1= X-Files.1x
|
1998-04-30 01:46:03 +02:00
|
|
|
|
|
|
|
pre-install:
|
2001-11-14 07:46:33 +01:00
|
|
|
@tclsh8.3 ${SCRIPTDIR}/mktclIndex ${WRKSRC}
|
1999-11-01 02:29:28 +01:00
|
|
|
@${RM} -f ${WRKSRC}/xfinstall.tcl
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
@${SED} s#@PREFIX@#${PREFIX}# <${WRKSRC}/X-Files.tcl >${WRKSRC}/tmpfile
|
1999-08-28 04:42:41 +02:00
|
|
|
@${MV} ${WRKSRC}/tmpfile ${WRKSRC}/X-Files.tcl
|
1998-04-30 01:46:03 +02:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
@${MKDIR} ${PREFIX}/lib/X11/X-Files
|
1999-11-01 02:29:28 +01:00
|
|
|
.for file in *.tcl xfiles* xflogo.gif Registration.form
|
1998-04-30 01:46:03 +02:00
|
|
|
@${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/lib/X11/X-Files
|
|
|
|
.endfor
|
1999-11-01 02:29:28 +01:00
|
|
|
@${CHMOD} 0555 ${PREFIX}/lib/X11/X-Files/X-Files.tcl
|
|
|
|
@${LN} -s ${PREFIX}/lib/X11/X-Files/X-Files.tcl ${PREFIX}/bin/X-Files
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
@${MKDIR} ${PREFIX}/include/X11/pixmaps
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/X-Files.xpm ${PREFIX}/include/X11/pixmaps
|
|
|
|
@${INSTALL_MAN} ${WRKSRC}/X-Files.1x ${PREFIX}/man/man1
|
1998-04-30 01:46:03 +02:00
|
|
|
|
2006-01-21 19:55:31 +01:00
|
|
|
.include <bsd.port.mk>
|