aboutsummaryrefslogtreecommitdiffstats
path: root/math/ntl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/ntl/Makefile')
-rw-r--r--math/ntl/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/math/ntl/Makefile b/math/ntl/Makefile
new file mode 100644
index 000000000000..291bfb892141
--- /dev/null
+++ b/math/ntl/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: ntl
+# Date created: 18 June 2000
+# Whom: bauerm
+#
+# $FreeBSD$
+#
+
+PORTNAME= ntl
+PORTVERSION= 4.1a
+CATEGORIES= math
+MASTER_SITES= http://www.shoup.net/ntl/
+
+MAINTAINER= matthiasb@acm.org
+
+USE_GMAKE= yes
+WRKSRC= ${WRKDIR}/${DISTNAME}/src
+NO_BUILD= yes
+MAKEFILE= makefile
+
+post-install:
+ ${MKDIR} ${PREFIX}/include/NTL
+ ${INSTALL_DATA} ${WRKSRC}/../include/NTL/* ${PREFIX}/include/NTL/.
+ ${INSTALL_DATA} ${WRKSRC}/ntl.a ${PREFIX}/lib/libntl.a
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/ntl
+ ${INSTALL_DATA} ${WRKSRC}/../doc/* ${PREFIX}/share/doc/ntl/.
+.endif
+
+.include <bsd.port.mk>