1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/misc/ftree/Makefile
2005-03-01 21:51:48 +00:00

55 lines
1.5 KiB
Makefile

# New ports collection makefile for: ftree
# Date created: 20 November 2000
# Whom: Kim Scarborough <user@unknown.nu>
#
# $FreeBSD$
#
PORTNAME= ftree
PORTVERSION= 1.9
PORTREVISION= 1
CATEGORIES= misc linux
MASTER_SITES= http://www.vjet.demon.co.uk/ftree/ \
http://www.unknown.nu/ports/
DISTNAME= ${PORTNAME}-${PORTVERSION}-static
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
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
.if !defined(NOPORTDOCS)
${MKDIR} ${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:
@${ECHO}
@${ECHO} "This software is licensed for NON-COMMERCIAL USE only. If you intend"
@${ECHO} "to use ftree for any commercial purpose you must contact the author"
@${ECHO} "at ftree@vjet.demon.co.uk for a license arrangement."
@${ECHO}
.include <bsd.port.mk>