1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/net/libmdf/Makefile
Danilo G. Baio 533e61d8c2 net/libmdf: Update to 1.0.21
The OpenSSL hassle with the prior version is now fixed upstream so
the CONFIGURE_ENV fix has been removed from the Makefile.

PR:		223503
Submitted by:	Henrik Holst <henrik.holst@millistream.com> (maintainer)
2017-11-11 19:18:42 +00:00

25 lines
470 B
Makefile

# $FreeBSD$
PORTNAME= libmdf
PORTVERSION= 1.0.21
CATEGORIES= net finance
MASTER_SITES= https://packages.millistream.com/source/
MAINTAINER= henrik.holst@millistream.com
COMMENT= Millistream Data Feed API library
LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
USES= libtool pkgconfig ssl
USE_LDCONFIG= yes
CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
INSTALL_TARGET= install-strip
TEST_TARGET= check
.include <bsd.port.mk>