mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
c4b3cf06c0
Approved by: portmgr (blanket)
24 lines
482 B
Makefile
24 lines
482 B
Makefile
# Created by: Adam Weinberger <adamw@FreeBSD.org>
|
|
|
|
PORTNAME= libcroco
|
|
PORTVERSION= 0.6.13
|
|
CATEGORIES= textproc gnome
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= desktop@FreeBSD.org
|
|
COMMENT= CSS2 parsing library
|
|
|
|
LICENSE= LGPL21
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= cpe 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
|
|
CPE_VENDOR= gnome
|
|
|
|
PLIST_SUB= VERSION="0.6"
|
|
|
|
.include <bsd.port.mk>
|