aboutsummaryrefslogtreecommitdiff
path: root/devel/libmonetra/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libmonetra/Makefile')
-rw-r--r--devel/libmonetra/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/devel/libmonetra/Makefile b/devel/libmonetra/Makefile
deleted file mode 100644
index c80e2ad0fcfa..000000000000
--- a/devel/libmonetra/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# New ports collection makefile for: libmcve
-# Date Created: 16 March 2002
-# Whom: Brad House <brad@mcve.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= libmcve
-PORTVERSION= 4.2.2
-CATEGORIES= devel
-DISTNAME= libmonetra-${PORTVERSION}
-MASTER_SITES= ftp://ftp.mcve.com/pub/libmonetra/
-
-MAINTAINER= brad@mcve.com
-COMMENT= Library to allow credit card processing through MCVE
-
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-INSTALLS_SHLIB= yes
-CONFIGURE_ARGS= --without-pthread
-
-post-install:
- @${LN} -fs libmcve.so.4 ${PREFIX}/lib/libmcve.so.3
-
-.include <bsd.port.mk>