2013-03-18 22:56:30 +01:00
# Created by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2003-01-16 16:07:14 +01:00
# $FreeBSD$
PORTNAME = susv2
2018-10-06 16:24:59 +02:00
PORTVERSION = 1.0.20010716
2003-01-16 16:07:14 +01:00
CATEGORIES = misc
MASTER_SITES = #
DISTNAME = susv2
2018-10-06 16:24:59 +02:00
MAINTAINER = mandree@FreeBSD.org
2003-02-21 13:51:06 +01:00
COMMENT = Single UNIX Specification Version 2
2003-01-16 16:07:14 +01:00
2018-10-06 16:24:59 +02:00
LICENSE = NONE
2003-01-16 16:07:14 +01:00
2014-09-01 22:55:33 +02:00
USES = tar:bzip2
2018-10-06 16:24:59 +02:00
RESTRICTED = Redistribution of the documents is not permitted
2003-01-16 16:07:14 +01:00
NO_BUILD = yes
2006-01-14 11:07:33 +01:00
PORTDOCS = *
2003-01-16 16:07:14 +01:00
2018-09-10 15:14:50 +02:00
OPTIONS_DEFINE = DOCS
2018-10-06 16:24:59 +02:00
# Fix fallout of https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230864 and force the option on;
# meaning is to force this option on. The previous change around Sept 2018 introduced a regression in
# that PORTDOCS only works if there is a DOCS option. It does not, however, make sense to install
# empty documentation ports.
OPTIONS_SLAVE = DOCS
2018-09-10 15:14:50 +02:00
2003-01-16 16:07:14 +01: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 } )
2018-10-06 16:24:59 +02:00
IGNORE = may not be redistributed because of licensing reasons. Please visit http://www.unix.org/version2/online.html or http://pubs.opengroup.org/onlinepubs/7908799/download/ to accept their license and download ${ DISTFILES } into ${ DISTDIR }
2003-01-16 16:07:14 +01:00
. e n d i f
do-install :
2014-09-01 22:55:33 +02:00
@${ MKDIR } ${ STAGEDIR } ${ DOCSDIR }
cd ${ WRKSRC } && ${ COPYTREE_SHARE } '*' ${ STAGEDIR } ${ DOCSDIR }
2003-01-16 16:07:14 +01:00
. i n c l u d e < b s d . p o r t . p o s t . m k >