2002-03-17 02:15:35 +01:00
|
|
|
# New ports collection makefile for: libmcve
|
|
|
|
# Date Created: 16 March 2002
|
|
|
|
# Whom: Brad House <brad@mcve.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libmcve
|
2006-05-01 02:00:49 +02:00
|
|
|
PORTVERSION= 5.2
|
2002-03-17 02:15:35 +01:00
|
|
|
CATEGORIES= devel
|
2004-08-16 18:32:06 +02:00
|
|
|
MASTER_SITES= ftp://ftp.mcve.com/pub/libmonetra/
|
2006-05-01 02:00:49 +02:00
|
|
|
DISTNAME= libmonetra-${PORTVERSION}
|
2002-03-17 02:15:35 +01:00
|
|
|
|
|
|
|
MAINTAINER= brad@mcve.com
|
2003-02-21 12:23:04 +01:00
|
|
|
COMMENT= Library to allow credit card processing through MCVE
|
2002-03-17 02:15:35 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= yes
|
2003-04-08 23:18:42 +02:00
|
|
|
CONFIGURE_ARGS= --without-pthread
|
2002-03-17 02:15:35 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|