diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2005-06-17 22:59:29 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2005-06-17 22:59:29 +0000 |
commit | 23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d (patch) | |
tree | fa03305e656151ebe33c7e94eacc947b13d1c273 /misc/ftree | |
parent | b347391f9ad81dd1ebc74b80d713888404b304bd (diff) | |
download | ports-23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d.tar.gz ports-23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d.zip |
Notes
Diffstat (limited to 'misc/ftree')
-rw-r--r-- | misc/ftree/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/misc/ftree/Makefile b/misc/ftree/Makefile index d4f217e13dff..f42fadae39cd 100644 --- a/misc/ftree/Makefile +++ b/misc/ftree/Makefile @@ -7,7 +7,7 @@ PORTNAME= ftree PORTVERSION= 1.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc linux MASTER_SITES= http://www.vjet.demon.co.uk/ftree/ \ http://www.unknown.nu/ports/ @@ -17,23 +17,18 @@ EXTRACT_SUFX= .tgz MAINTAINER= user@unknown.nu COMMENT= An X11 genealogy program -RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs - -USE_X_PREFIX= yes - ONLY_FOR_ARCHS= i386 +USE_LINUX= yes +USE_X_PREFIX= yes NO_CDROM= Non-commercial use only RESTRICTED= Non-commercial use only WRKSRC= ${WRKDIR}/usr MAN1= ftree.1 -STRIP= # empty: do not strip linux binary! - -do-patch: -do-configure: do-build: ${BRANDELF} -t Linux ${WRKSRC}/bin/ftree + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/ftree ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/share/man/man1/ftree.1 ${PREFIX}/man/man1 |