aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/libcroco/Makefile
blob: e107b85052b2e0ff2f2d687e4cecd16936aa11e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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>