freebsd-ports/textproc/libyaml/Makefile
Christian Weisgerber e2b07be579 Put pkgconfig under libdata as per FreeBSD standards.
Don't try to delete the pkgconfig directory.

Approved by:	jpaetzel
2011-08-20 15:04:30 +00:00

24 lines
462 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= 1
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
USE_GNOME= gnomehack
USE_LDCONFIG= yes
.include <bsd.port.mk>