mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
ffd97a0193
- while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi)
32 lines
567 B
Makefile
32 lines
567 B
Makefile
# New ports collection makefile for: yajl
|
|
# Date created: 2010-03-29
|
|
# Whom: Bapt <baptiste.daroussin@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= yajl
|
|
PORTVERSION= 2.0.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= bapt@FreeBSD.org
|
|
COMMENT= A 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>
|