27 lines
542 B
Makefile
27 lines
542 B
Makefile
# Created by: Adam Weinberger <adamw@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libcroco
|
|
PORTVERSION= 0.6.8
|
|
PORTREVISION= 2
|
|
CATEGORIES= textproc gnome
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= CSS2 parsing library
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake gettext libtool:keepla pathfix pkgconfig tar:xz
|
|
USE_LDCONFIG= yes
|
|
USE_GNOME= glib20 libxml2
|
|
CONFIGURE_ARGS= --disable-gtk-doc-html
|
|
|
|
PLIST_SUB= VERSION="0.6"
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 900035
|
|
CONFIGURE_ARGS+=--disable-Bsymbolic
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|