aboutsummaryrefslogtreecommitdiff
path: root/devel/darts/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-06-20 22:06:05 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-06-20 22:06:05 +0000
commit475313a648962feef815755d1150135ebdb0a769 (patch)
treefa50d6fc0ac9918e9268a650566da498e5489c54 /devel/darts/Makefile
parent2269d345ccee91bde21f8d9afdf0ecd162578da3 (diff)
downloadports-475313a648962feef815755d1150135ebdb0a769.tar.gz
ports-475313a648962feef815755d1150135ebdb0a769.zip
- Update to 0.32
- Fix NOPORTDOCS/NOPORTEXAMPLES - Take over maintainership Approved by: maintainer implicit
Notes
Notes: svn path=/head/; revision=215400
Diffstat (limited to 'devel/darts/Makefile')
-rw-r--r--devel/darts/Makefile16
1 files changed, 9 insertions, 7 deletions
diff --git a/devel/darts/Makefile b/devel/darts/Makefile
index 8e7d186853a2..330c9bcc828b 100644
--- a/devel/darts/Makefile
+++ b/devel/darts/Makefile
@@ -6,29 +6,31 @@
#
PORTNAME= darts
-PORTVERSION= 0.31
+PORTVERSION= 0.32
CATEGORIES= devel
MASTER_SITES= http://www.chasen.org/~taku/software/darts/src/
-MAINTAINER= laszlof@FreeBSD.org
+MAINTAINER= miwi@FreeBSD.org
COMMENT= A C++ template library that implements Double-Array
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
EXAMPLES= darts.cpp mkdarts.cpp
DOCS= AUTHORS ChangeLog README doc
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${EXAMPLESDIR}
-.for f in ${EXAMPLES}
- ${CP} -R ${WRKSRC}/${f} ${EXAMPLESDIR}/
-.endfor
${MKDIR} ${DOCSDIR}
.for f in ${DOCS}
${CP} -R ${WRKSRC}/${f} ${DOCSDIR}/
.endfor
.endif
+.if !defined(NOPORTEXAMPLES)
+ ${MKDIR} ${EXAMPLESDIR}
+.for f in ${EXAMPLES}
+ ${CP} -R ${WRKSRC}/${f} ${EXAMPLESDIR}/
+.endfor
+.endif
.include <bsd.port.mk>