2000-01-29 04:54:19 +00:00
|
|
|
# New ports collection makefile for: flux
|
|
|
|
# Date created: 18 Dec 1999
|
|
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-11 21:30:15 +00:00
|
|
|
PORTNAME= flux
|
2000-07-22 06:40:07 +00:00
|
|
|
PORTVERSION= 0.4.1
|
2000-01-29 04:54:19 +00:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ftp://ftp.styx.net/projects/flux/
|
|
|
|
|
2000-06-22 05:52:15 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2000-01-29 04:54:19 +00:00
|
|
|
|
2000-07-22 06:40:07 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_AUTOMAKE= yes
|
2000-01-29 04:54:19 +00:00
|
|
|
USE_LIBTOOL= yes
|
2000-06-16 21:52:40 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
2000-01-29 04:54:19 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2000-07-22 06:40:07 +00:00
|
|
|
@${MKDIR} ${PREFIX}/share/doc/flux
|
|
|
|
${TAR} -C ${WRKSRC}/doc --exclude ChangeLog -cf - . | \
|
|
|
|
${TAR} -C ${PREFIX}/share/doc/flux --unlink -xf -
|
|
|
|
@find ${PREFIX}/share/doc/flux | xargs ${CHOWN} ${SHAREOWN}:${SHAREGRP}
|
|
|
|
@find ${PREFIX}/share/doc/flux -type f | xargs ${CHMOD} ${SHAREMODE}
|
2000-01-29 04:54:19 +00:00
|
|
|
.for DOC in AUTHORS NEWS README TODO
|
2000-07-22 06:40:07 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${DOC} ${PREFIX}/share/doc/flux
|
2000-01-29 04:54:19 +00:00
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|