freebsd-ports/x11-fm/x-files/Makefile
Dirk Meyer e4af709a73 - patch to update the x-files port to use tcl83/tk83,
- update mmaintainers email address.

PR:		31726
Submitted by:	dmaddox@csranet.com
2001-11-14 06:46:33 +00:00

41 lines
1.1 KiB
Makefile

# 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
CATEGORIES= x11-fm tk83
MASTER_SITES= http://www.hut.fi/~mkivinie/X-Files/data/
DISTNAME= X-Files-${PORTVERSION}
MAINTAINER= dmaddox099@yahoo.com
BUILD_DEPENDS= tclsh8.3:${PORTSDIR}/lang/tcl83
RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83
WRKSRC= ${WRKDIR}/X-Files
NO_BUILD= yes
USE_X_PREFIX= yes
MAN1= X-Files.1x
pre-install:
@tclsh8.3 ${SCRIPTDIR}/mktclIndex ${WRKSRC}
@${RM} -f ${WRKSRC}/xfinstall.tcl
@${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
.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
@${INSTALL_DATA} ${WRKSRC}/X-Files.xpm ${X11BASE}/include/X11/pixmaps
@${INSTALL_MAN} ${WRKSRC}/X-Files.1x ${X11BASE}/man/man1
.include <bsd.port.mk>