openbsd-ports/devel/gengetopt/Makefile
2022-03-11 18:49:30 +00:00

21 lines
369 B
Makefile

V = 2.22.6
COMMENT = command line parser for c programs
DISTNAME = gengetopt-${V}
CATEGORIES = devel
REVISION = 3
HOMEPAGE = http://www.gnu.org/software/gengetopt/
# GPLv3+
PERMIT_PACKAGE = Yes
WANTLIB += c m ${COMPILER_LIBCXX}
COMPILER = base-clang ports-gcc base-gcc
MASTER_SITES = ${MASTER_SITE_GNU:=gengetopt/}
CONFIGURE_STYLE = gnu
.include <bsd.port.mk>