freebsd-ports/devel/libmonetra/Makefile

23 lines
472 B
Makefile
Raw Normal View History

# New ports collection makefile for: libmcve
# Date Created: 16 March 2002
# Whom: Brad House <brad@mcve.com>
#
# $FreeBSD$
#
PORTNAME= libmcve
PORTVERSION= 5.2
CATEGORIES= devel
2004-08-16 18:32:06 +02:00
MASTER_SITES= ftp://ftp.mcve.com/pub/libmonetra/
DISTNAME= libmonetra-${PORTVERSION}
MAINTAINER= brad@mcve.com
2003-02-21 12:23:04 +01:00
COMMENT= Library to allow credit card processing through MCVE
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS= --without-pthread
.include <bsd.port.mk>