aboutsummaryrefslogtreecommitdiff
path: root/devel/libmonetra/Makefile
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2002-03-17 01:15:35 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2002-03-17 01:15:35 +0000
commitf121ccbc83eee410ccd06cd3892d871574378826 (patch)
tree632c98e6cc3aecf4bfd12bb0faa17f3c17a6fdcc /devel/libmonetra/Makefile
parent5a86283e3d8a8f3949c9c4398556815b8ad802ef (diff)
downloadports-f121ccbc83eee410ccd06cd3892d871574378826.tar.gz
ports-f121ccbc83eee410ccd06cd3892d871574378826.zip
Notes
Diffstat (limited to 'devel/libmonetra/Makefile')
-rw-r--r--devel/libmonetra/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/libmonetra/Makefile b/devel/libmonetra/Makefile
new file mode 100644
index 000000000000..92528f8ac468
--- /dev/null
+++ b/devel/libmonetra/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: libmcve
+# Date Created: 16 March 2002
+# Whom: Brad House <brad@mcve.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libmcve
+PORTVERSION= 2.0
+CATEGORIES= devel
+MASTER_SITES= ftp://ftp.mcve.com/pub/libmcve/
+
+MAINTAINER= brad@mcve.com
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+INSTALLS_SHLIB= yes
+CONFIGURE_ARGS= --without-pthread
+
+.include <bsd.port.mk>