- Convert to new options framework

- Cleanup Makefile header
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2013-02-05 18:45:14 +00:00
parent 2df9606e6b
commit 910689794c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311730

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-DateTime-Event-Recurrence
# Date created: 1 july 2003
# Whom: Mathieu Arnold <m@absolight.net>
#
# Created by: Mathieu Arnold <m@absolight.net>
# $FreeBSD$
#
PORTNAME= DateTime-Event-Recurrence
DISTVERSION= 0.16
@ -18,16 +14,19 @@ BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
p5-DateTime-Set>=0:${PORTSDIR}/devel/p5-DateTime-Set
RUN_DEPENDS:= ${BUILD_DEPENDS}
OPTIONS_DEFINE= DOCS
PERL_CONFIGURE= yes
MAN3= DateTime::Event::Recurrence.3
.if !defined(NOPORTDOCS)
PORTDOCS= CREDITS Changes README TODO
.include <bsd.port.options.mk>
post-install:
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}/
cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif