diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-02 22:53:18 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-02 22:53:18 +0000 |
commit | 9c19d28464babb4480fe44be961d11d8494ffcc9 (patch) | |
tree | be926d064e5f2b238d957c880e5727a29bffeda6 /misc/ftree | |
parent | 8ef7475bd3a6106204288c6478513de8b5dd2a30 (diff) | |
download | ports-9c19d28464babb4480fe44be961d11d8494ffcc9.tar.gz ports-9c19d28464babb4480fe44be961d11d8494ffcc9.zip |
Notes
Diffstat (limited to 'misc/ftree')
-rw-r--r-- | misc/ftree/Makefile | 18 | ||||
-rw-r--r-- | misc/ftree/distinfo | 2 | ||||
-rw-r--r-- | misc/ftree/pkg-plist | 2 |
3 files changed, 12 insertions, 10 deletions
diff --git a/misc/ftree/Makefile b/misc/ftree/Makefile index bd47cc215566..4a6fa641f69f 100644 --- a/misc/ftree/Makefile +++ b/misc/ftree/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ftree -PORTVERSION= 1.7 +PORTVERSION= 1.9 CATEGORIES= misc linux MASTER_SITES= http://www.vjet.demon.co.uk/ftree/ \ http://www.unknown.nu/ports/ @@ -16,7 +16,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= user@unknown.nu COMMENT= An X11 genealogy program -RUN_DEPENDS= /compat/linux/lib/libc.so.6:${PORTSDIR}/emulators/linux_base +USE_LINUX= yes +USE_X_PREFIX= yes +USE_XLIB= no ONLY_FOR_ARCHS= i386 NO_CDROM= Non-commercial use only @@ -30,15 +32,15 @@ STRIP= # empty: do not strip linux binary! do-patch: do-configure: do-build: - brandelf -t Linux ${WRKSRC}/X11R6/bin/ftree + ${BRANDELF} -t Linux ${WRKSRC}/bin/ftree do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/X11R6/bin/ftree ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/X11R6/man/man1/ftree.1 ${PREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/bin/ftree ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/share/man/man1/ftree.1 ${PREFIX}/man/man1 .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR}/examples - ${INSTALL_DATA} ${WRKSRC}/doc/ftree-${PORTVERSION}/Copyright ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/ftree-${PORTVERSION}/ReleaseNotes-${PORTVERSION}.txt ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/ftree-${PORTVERSION}/examples/royal.ged ${DOCSDIR}/examples + ${INSTALL_DATA} ${WRKSRC}/share/doc/ftree-${PORTVERSION}/Copyright ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/share/doc/ftree-${PORTVERSION}/ReleaseNotes-${PORTVERSION}.txt ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/share/doc/ftree-${PORTVERSION}/examples/royal.ged ${DOCSDIR}/examples .endif pre-install: diff --git a/misc/ftree/distinfo b/misc/ftree/distinfo index f9aa1ca2a23b..53f656530726 100644 --- a/misc/ftree/distinfo +++ b/misc/ftree/distinfo @@ -1 +1 @@ -MD5 (ftree-1.7-static.tgz) = aa83fb7df098d37d35991228dc5b975e +MD5 (ftree-1.9-static.tgz) = 54b9915eeec1a3c96725ace286c38cb7 diff --git a/misc/ftree/pkg-plist b/misc/ftree/pkg-plist index 15cf805c505d..eb58e1bb2517 100644 --- a/misc/ftree/pkg-plist +++ b/misc/ftree/pkg-plist @@ -1,6 +1,6 @@ bin/ftree share/doc/ftree/Copyright -share/doc/ftree/ReleaseNotes-1.7.txt +share/doc/ftree/ReleaseNotes-1.9.txt share/doc/ftree/examples/royal.ged @dirrm share/doc/ftree/examples @dirrm share/doc/ftree |