freebsd-ports/devel/popt/Makefile
Bernhard Froehlich 94aa6f8bea
devel/popt: Add CPE information
Approved by:	portmgr (blanket)
2021-08-29 11:34:51 +00:00

31 lines
605 B
Makefile

# Created by: Yuan-Chen Cheng <ycheng@sinica.edu.tw>
PORTNAME= popt
PORTVERSION= 1.18
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://ftp.rpm.org/popt/releases/popt-1.x/
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Getopt(3) like library with a number of enhancements, from Redhat
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cpe iconv libtool pathfix
CPE_VENDOR= popt_project
TEST_TARGET= check
OPTIONS_DEFINE= NLS
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext-runtime localbase
OPTIONS_SUB= yes
.include <bsd.port.mk>