1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/textproc/libcroco/Makefile
Baptiste Daroussin 46a1d33e1a Update to 0.6.12
2018-03-26 10:03:00 +00:00

24 lines
470 B
Makefile

# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$
PORTNAME= libcroco
PORTVERSION= 0.6.12
CATEGORIES= textproc gnome
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= CSS2 parsing library
LICENSE= LGPL21
GNU_CONFIGURE= yes
USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz
USE_LDCONFIG= yes
USE_GNOME= glib20 libxml2
CONFIGURE_ARGS= --disable-gtk-doc-html
INSTALL_TARGET= install-strip
PLIST_SUB= VERSION="0.6"
.include <bsd.port.mk>