Files
ports/devel/libconfuse/Makefile
Alexey Dokuchaev eac4cbf382 - Update to version 3.3
- Update maintainer's email address
- Hook the tests to our framework

PR:	247769
2020-07-06 10:15:07 +00:00

25 lines
485 B
Makefile

# Created by: Juraj Lutter <otis@sk.freebsd.org>
# $FreeBSD$
PORTNAME= libconfuse
DISTVERSIONPREFIX= v
DISTVERSION= 3.3
CATEGORIES= devel
MAINTAINER= juraj@lutter.sk
COMMENT= Configuration file parsing library
LICENSE= ISCL
USES= autoreconf gettext-tools iconv pathfix pkgconfig libtool
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= martinh
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-nls --enable-shared
INSTALL_TARGET= install-strip
TEST_TARGET= check
.include <bsd.port.mk>