1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/textproc/libyaml/Makefile
Josh Paetzel 0573c8a569 Update libyaml to generate the correct pkg-config
PR:	ports/165091
Submitted by:	David Demelier <demelier.david@gmail.com>
2012-02-13 15:10:10 +00:00

25 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= 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
USE_GNOME= gnomehack
USE_LDCONFIG= yes
.include <bsd.port.mk>