1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00
freebsd-ports/devel/scandoc/Makefile
Dmitry Marakasov a5e8f18a58 - Fix license
- Switch to options helpers
2016-02-08 11:35:21 +00:00

32 lines
738 B
Makefile

# Created by: Christopher Elkins <chrise@scardini.com>
# $FreeBSD$
PORTNAME= scandoc
PORTVERSION= 0.14
CATEGORIES= devel perl5
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= C/C++ documentation generator
LICENSE= ARTPERL10
LICENSE_FILE= ${WRKSRC}/COPYING
USES= perl5 shebangfix
SHEBANG_FILES= ${PORTNAME}
NO_BUILD= yes
OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
cd ${WRKSRC} && ${COPYTREE_SHARE} "images templates test" \
${STAGEDIR}${DATADIR}
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ChangeLog README scandoc.html \
${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>