opnsense-ports/devel/libconfuse/Makefile
Franco Fichtner 3ccd656e8a */*: sync with upstream
Taken from: HardenedBSD
2018-06-15 08:21:34 +02:00

24 lines
484 B
Makefile

# Created by: Juraj Lutter <otis@sk.freebsd.org>
# $FreeBSD$
PORTNAME= libconfuse
DISTVERSIONPREFIX= v
DISTVERSION= 3.2.1
PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= otis@freebsd.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
.include <bsd.port.mk>