4a507bc80f
- Add CMAKE options for avoid compile not installable files - Remove obsolete dependency - Now this port installs static and shared libraries - Bump PORTREVISION Reported by: diizzy
26 lines
553 B
Makefile
26 lines
553 B
Makefile
PORTNAME= argtable3
|
|
DISTVERSION= 3.2.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= acm@FreeBSD.org
|
|
COMMENT= ANSI C library that parses GNU-style command-line options
|
|
WWW= https://www.argtable.org
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake compiler:c++11-lang
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= argtable
|
|
GH_TAGNAME= f319bb66252c6d32a0657c774534ba409567aa62
|
|
|
|
CMAKE_OFF= ARGTABLE3_ENABLE_TESTS \
|
|
ARGTABLE3_ENABLE_EXAMPLES
|
|
CMAKE_ON= BUILD_SHARED_LIBS
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} '66d' ${WRKSRC}/tools/build
|
|
|
|
.include <bsd.port.mk>
|