mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
27 lines
446 B
Makefile
27 lines
446 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= yajl
|
|
PORTVERSION= 2.0.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Portable JSON parsing and serialization library in ANSI C
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= lloyd
|
|
GH_COMMIT= fee1ebe
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_LDCONFIG= yes
|
|
USES= cmake
|
|
|
|
PLIST_SUB= VERSION=${PORTVERSION}
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "s,share/pkgconfig,libdata/pkgconfig,g" \
|
|
${WRKSRC}/src/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|