freebsd-ports/textproc/libyaml/Makefile
Eitan Adler 334eb0fc61 This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
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)
2013-03-19 13:04:30 +00:00

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>