freebsd-ports/devel/darts/Makefile
Edwin Groothuis 432a9426d0 [UPDATE]: devel/darts
This patch will update devel/darts to version 0.3.  This
	version fixes several bugs.

PR:		ports/91286
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com>
2006-01-04 09:14:59 +00:00

34 lines
762 B
Makefile

# New ports collection makefile for: darts
# Date created: 2 April 2003
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= darts
PORTVERSION= 0.3
CATEGORIES= devel
MASTER_SITES= http://www.chasen.org/~taku/software/darts/src/
MAINTAINER= laszlof@vonostingroup.com
COMMENT= A C++ template library that implements Double-Array
GNU_CONFIGURE= yes
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
.include <bsd.port.mk>