2003-01-19 12:01:37 +00:00
# New ports collection makefile for: susv3
# Date created: 11 April 2002
# Whom: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
#
# $FreeBSD$
#
PORTNAME = susv3
2005-12-21 14:52:50 +00:00
PORTVERSION = 1.2
2003-01-19 12:01:37 +00:00
CATEGORIES = misc
MASTER_SITES = #
DISTNAME = susv3
2005-04-13 14:30:01 +00:00
MAINTAINER = ports@FreeBSD.org
2003-02-21 12:51:06 +00:00
COMMENT = Single UNIX Specification Version 3
2003-01-19 12:01:37 +00:00
RESTRICTED = "Redistribution of the documents is not permitted"
USE_BZIP2 = yes
NO_BUILD = yes
2006-01-14 10:07:33 +00:00
PORTDOCS = *
2003-01-19 12:01:37 +00:00
. i n c l u d e < b s d . p o r t . p r e . m k >
. i f ! e x i s t s ( $ { D I S T D I R } / $ { D I S T N A M E } $ { E X T R A C T _ S U F X } )
IGNORE = " may not be redistributed because of licensing reasons. Please visit http://www.unix-systems.org/version3/online.html to accept their license and download ${ DISTFILES } into ${ DISTDIR } "
. e n d i f
do-install :
@${ MKDIR } ${ DOCSDIR }
@${ FIND } ${ WRKSRC } | ${ SED } -e 's#^${WRKSRC}##' | while read file; do \
if ${ TEST } -d " ${ WRKSRC } $$ file " ; then \
${ MKDIR } " ${ DOCSDIR } $$ file " ; \
else \
if ${ TEST } -L " ${ WRKSRC } $$ file " ; then \
${ LN } -s " ` ${ LS } -l \" ${ WRKSRC } $$ file\" | ${ SED } -e 's/^.*> //'` " \
" ${ DOCSDIR } $$ file " ; \
else \
${ INSTALL_DATA } " ${ WRKSRC } $$ file " " ${ DOCSDIR } $$ file " ; \
fi ; \
fi ; \
done
. i n c l u d e < b s d . p o r t . p o s t . m k >