blob: d320519fbc1ddd4be1a2841409f3f0e5f310144b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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
MASTER_SITES= ftp://ftp.mcve.com/pub/libmonetra/
DISTNAME= libmonetra-${PORTVERSION}
MAINTAINER= brad@mcve.com
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>
|