From 7954f5831525a642c915843bf09b31c1ac19e1f0 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sat, 25 Jan 2014 21:34:35 +0000 Subject: Support stage Add DOCS and EXAMPLES options USE_GMAKE -> USES=gmake --- graphics/imc/Makefile | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) (limited to 'graphics/imc') diff --git a/graphics/imc/Makefile b/graphics/imc/Makefile index a5600080d6b9..e60b226535d7 100644 --- a/graphics/imc/Makefile +++ b/graphics/imc/Makefile @@ -10,18 +10,19 @@ MASTER_SITES= http://www.peterverthez.net/projects/imc/ MAINTAINER= ports@FreeBSD.org COMMENT= Image Compiler +OPTIONS_DEFINE= DOCS EXAMPLES + LICENSE= GPLv2 BUILD_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD \ p5-CGI.pm>=0:${PORTSDIR}/www/p5-CGI.pm RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= gmake perl5 GNU_CONFIGURE= yes -USE_GMAKE= yes -PLIST_FILES= bin/${PORTNAME} -MAN1= ${PORTNAME}.1 +PLIST_FILES= bin/${PORTNAME} \ + man/man1/${PORTNAME}.1.gz PORTDOCS= * @@ -34,19 +35,12 @@ DOC_FILES2= *.html *.ref *.txt PORTEXAMPLES= * -NO_STAGE= yes -.include - post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${DOCSDIR} - ${MKDIR} ${DOCSDIR2} - ${INSTALL_DATA} ${DOC_FILES2:S|^|${DOCSRCDIR2}/|} ${DOCSDIR2} -.endif -.if ${PORT_OPTIONS:MEXAMPLES} - @${MKDIR} ${EXAMPLESDIR} - @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR}) -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR2} + ${INSTALL_DATA} ${DOC_FILES2:S|^|${DOCSRCDIR2}/|} ${STAGEDIR}${DOCSDIR2} + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) .include -- cgit v1.2.3