aboutsummaryrefslogtreecommitdiffstats
path: root/math/concorde/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/concorde/Makefile')
-rw-r--r--math/concorde/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/math/concorde/Makefile b/math/concorde/Makefile
new file mode 100644
index 000000000000..2acbc30a28ce
--- /dev/null
+++ b/math/concorde/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: concorde
+# Date created: 3 July 2000
+# Whom: dbader@eece.unm.edu
+#
+# $FreeBSD$
+#
+
+PORTNAME= concorde
+PORTVERSION= 1.0
+CATEGORIES= math
+MASTER_SITES= ftp://ftp.caam.rice.edu/pub/software/keck/
+DISTNAME= co991215
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= dbader@eece.unm.edu
+
+WRKSRC= ${WRKDIR}/concorde
+
+GNU_CONFIGURE= yes
+
+do-install:
+ ${INSTALL_DATA} ${WRKSRC}/concorde.a ${PREFIX}/lib/libconcorde.a
+ ${INSTALL_DATA} ${WRKSRC}/concorde.h ${PREFIX}/include
+
+.include <bsd.port.mk>