freebsd-ports/devel/tnt/Makefile
Will Andrews 9ca64fc26a Add tnt 1.1.1, the Template Numerical Toolkit.
PR:		52850
Submitted by:	Pedro F. Giffuni <giffunip@asme.org>
2003-06-03 05:34:02 +00:00

36 lines
728 B
Makefile

# Ports collection makefile for: tnt
# Date created: Mar 15, 2003
# Whom: Pedro F. Giffuni <giffunip@asme.org>
#
# $FreeBSD$
#
PORTNAME= tnt
PORTVERSION= 1.1.1
CATEGORIES= devel math
MASTER_SITES= http://math.nist.gov/tnt/
DISTNAME= ${PORTNAME}111
.ifndef NOPORTDOCS
DISTFILES=${DISTNAME}${EXTRACT_SUFX} tnt110doc.zip
.endif
DIST_SUBDIR= tnt
EXTRACT_ONLY=
MAINTAINER= ports@FreeBSD.org
COMMENT= Template Numerical Toolkit
USE_ZIP= yes
NO_BUILD= yes
do-install:
${MKDIR} ${PREFIX}/include/tnt
${EXTRACT_CMD} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} \
-d ${PREFIX}/include/tnt
.ifndef NOPORTDOCS
${MKDIR} ${DOCSDIR}
${EXTRACT_CMD} ${DISTDIR}/${DIST_SUBDIR}/tnt110doc \
-d ${DOCSDIR}
.endif
.include <bsd.port.mk>