xref: /mports/misc/susv4/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1PORTNAME=	susv4
2PORTVERSION=	20180131
3CATEGORIES=	misc
4MASTER_SITES=	#
5DISTNAME=	susv4-2018
6DIST_SUBDIR=	${PORTNAME}-${PORTVERSION}
7
8MAINTAINER=	ports@MidnightBSD.org
9COMMENT=	Open Group Base Specifications Issue 7/IEEE Std 1003.1, 2018 Edition
10
11LICENSE=	restricted
12
13RESTRICTED=	Redistribution of the documents is not permitted
14
15USES=		tar:bzip2
16NO_ARCH=	yes
17NO_BUILD=	yes
18PORTDOCS=	*
19
20OPTIONS_DEFINE=	DOCS
21OPTIONS_SLAVE=	DOCS
22
23.include <bsd.port.pre.mk>
24
25.if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX})
26IGNORE=		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}
27.endif
28
29do-install:
30	@${MKDIR} ${DOCSDIR}
31	cd ${WRKSRC} && \
32		${FIND} . -name '*~' -delete && \
33		${COPYTREE_SHARE} '*' ${DOCSDIR}
34
35.include <bsd.port.post.mk>
36

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026