opnsense-ports/devel/popt/Makefile
Franco Fichtner a512389246 devel/popt: sync with upstream
Taken from: HardenedBSD
2017-07-13 20:08:49 +02:00

28 lines
563 B
Makefile

# Created by: Yuan-Chen Cheng <ycheng@sinica.edu.tw>
# $FreeBSD$
PORTNAME= popt
PORTVERSION= 1.16
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://rpm5.org/files/popt/
MAINTAINER= jpaetzel@FreeBSD.org
COMMENT= Getopt(3) like library with a number of enhancements, from Redhat
LICENSE= MIT
OPTIONS_DEFINE= NLS
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
USES= iconv libtool pathfix
USE_LDCONFIG= yes
NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext
OPTIONS_SUB= yes
.include <bsd.port.mk>