freebsd-ports/security/linux-pam-docs/Makefile
Niels Heinen cca8595a63 Upgrade to 1.1.1 (pointed out by www.portscout.org)
Approved by:	itetcu (mentor)
2010-03-24 21:26:17 +00:00

29 lines
693 B
Makefile

# New ports collection makefile for: Linux-PAM offline documentation
# Date created: 19 Jun 2003
# Whom: Hideyuki KURASHINA <rushani@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= linux-pam-docs
PORTVERSION= 1.1.1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_KERNEL_ORG}
MASTER_SITE_SUBDIR= linux/libs/pam/documentation/
DISTNAME= Linux-PAM-${PORTVERSION}-docs
MAINTAINER= ports@FreeBSD.org
COMMENT= Linux-PAM offline documentation
WRKSRC= ${WRKDIR}/Linux-PAM-${PORTVERSION}
NO_BUILD= yes
.if defined(NOPORTDOCS)
IGNORE= can't be installed when NOPORTDOCS is defined
.endif
do-install:
${MKDIR} ${DOCSDIR}
(cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} . ${DOCSDIR})
.include <bsd.port.mk>