3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
22 lines
441 B
Makefile
22 lines
441 B
Makefile
# New ports collection makefile for: json-c
|
|
# Date created: June 23 2006
|
|
# Whom: gno@yahoo-inc.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= json-c
|
|
PORTVERSION= 0.7
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://oss.metaparadigm.com/json-c/
|
|
|
|
MAINTAINER= gno@yahoo-inc.com
|
|
COMMENT= A JSON (Javascript Object Notation) implementation in C
|
|
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gnometarget pkgconfig gnomehack
|
|
|
|
.include <bsd.port.mk>
|