freebsd-ports/textproc/libucl/Makefile
Kubilay Kocak 598273ac6b textproc/libucl: Update to 0.8.0
- Update PORTVERSION and distinfo checksum (0.8.0)
- Update pkg-plist accordingly
- Help ./configure find Lua with {CPP,LD}FLAGS
- Update UTILS_DESC (new tool installed)
- Sort all OPTION_* entries alphabetically
- Use the new test framework
- Group *_TARGET entries
- Whitespace prettiness

Changes:

  https://github.com/vstakhov/libucl/blob/0.8.0/ChangeLog.md
2016-03-04 13:22:37 +00:00

54 lines
1.1 KiB
Makefile

# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD$
PORTNAME= libucl
PORTVERSION= 0.8.0
CATEGORIES= textproc devel
MAINTAINER= koobs@FreeBSD.org
COMMENT= Universal configuration library parser
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
OPTIONS_DEFINE= LUA REGEX SIGNATURES URLS UTILS
OPTIONS_DEFAULT= REGEX UTILS
OPTIONS_SUB= yes
REGEX_DESC= Enable regex checking for schema
SIGNATURES_DESC= Enable signatures checking
URLS_DESC= Enable fetching URLs
UTILS_DESC= Enable tools: ucl_chargen, ucl_ucldump, ucl_tool
LUA_CONFIGURE_ENABLE= lua
LUA_CPPFLAGS= -I${LUA_INCDIR}
LUA_LDFLAGS= -L${LUA_LIBDIR}
LUA_USES= lua
REGEX_CONFIGURE_ENABLE= regex
SIGNATURES_CONFIGURE_ENABLE= signatures
SIGNATURES_CPPFLAGS= -I${OPENSSLINC}
SIGNATURES_LDFLAGS= -L${OPENSSLLIB}
SIGNATURES_USE= OPENSSL=yes
URLS_CONFIGURE_ENABLE= urls
UTILS_CONFIGURE_ENABLE= utils
USES= autoreconf gmake libtool pathfix pkgconfig
USE_GITHUB= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-silent-rules
GH_ACCOUNT= vstakhov
PATHFIX_MAKEFILEIN= Makefile.am
CONFLICTS_INSTALL= ucl
INSTALL_TARGET= install-strip
TEST_TARGET= check
.include <bsd.port.mk>