freebsd-ports/devel/libmonetra/Makefile
Dmitry Marakasov 5bc330d9a5 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-08-13 10:38:25 +00:00

18 lines
408 B
Makefile

# Created by: Brad House <brad@monetra.com>
# $FreeBSD$
PORTNAME= libmonetra
PORTVERSION= 7.0.4
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.monetra.com/pub/libmonetra/
DISTNAME= libmonetra-${PORTVERSION}
MAINTAINER= brad@monetra.com
COMMENT= Library for credit card processing through Monetra (formerly MCVE)
USES= gmake libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>