334eb0fc61
If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi)
24 lines
455 B
Makefile
24 lines
455 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: libyaml
|
|
# Date created: Aug 31, 2006
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libyaml
|
|
PORTVERSION= 0.1.4
|
|
PORTREVISION= 2
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://pyyaml.org/download/libyaml/
|
|
DISTNAME= yaml-${PORTVERSION}
|
|
DIST_SUBDIR= repacked
|
|
|
|
MAINTAINER= jpaetzel@FreeBSD.org
|
|
COMMENT= A YAML 1.1 parser and emitter written in C
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= pathfix
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|