2014-09-01 21:32:06 +00:00
PORTNAME = susv4
2018-10-06 14:24:59 +00:00
PORTVERSION = 20180131
2014-09-01 21:32:06 +00:00
CATEGORIES = misc
MASTER_SITES = #
2018-10-06 14:24:59 +00:00
DISTNAME = susv4-2018
2014-09-01 21:32:06 +00:00
DIST_SUBDIR = ${ PORTNAME } -${ PORTVERSION }
MAINTAINER = mandree@FreeBSD.org
2018-10-06 14:24:59 +00:00
COMMENT = Open Group Base Specifications Issue 7/IEEE Std 1003.1, 2018 Edition
2016-10-07 21:49:04 +00:00
2021-04-27 12:02:27 +00:00
# Redistribution of the documents is not permitted
2016-10-07 21:49:04 +00:00
LICENSE = NONE
2014-09-01 21:32:06 +00:00
2018-10-06 14:24:59 +00:00
USES = tar:bzip2
2016-10-07 21:49:04 +00:00
NO_ARCH = yes
2014-09-01 21:32:06 +00:00
NO_BUILD = yes
PORTDOCS = *
2018-09-10 13:14:50 +00:00
OPTIONS_DEFINE = DOCS
2018-10-06 14:24:59 +00: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 13:14:50 +00:00
2014-09-01 21:32:06 +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 _ S U B 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.org/online.html to accept their license and download ${ DISTFILES } into ${ DISTDIR } /${ DIST_SUBDIR }
. e n d i f
do-install :
@${ MKDIR } ${ STAGEDIR } ${ DOCSDIR }
2018-10-06 14:24:59 +00:00
cd ${ WRKSRC } && \
${ FIND } . -name '*~' -delete && \
${ COPYTREE_SHARE } '*' ${ STAGEDIR } ${ DOCSDIR }
2014-09-01 21:32:06 +00:00
. i n c l u d e < b s d . p o r t . p o s t . m k >