blob: a90a1cc7dcd5231e06dc62ceee9c33756bb94c1d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: jansson
# Date created: January 30 2010
# Whom: vanilla@
#
# $FreeBSD$
#
PORTNAME= jansson
PORTVERSION= 2.3.1
CATEGORIES= devel
MASTER_SITES= http://www.digip.org/jansson/releases/
MAINTAINER= vanilla@FreeBSD.org
COMMENT= A C library for encoding, decoding, and manipulating JSON data
USE_BZIP2= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USE_GNOME= gnomehack pkgconfig
.include <bsd.port.mk>
|