1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/textproc/libcroco/Makefile
Tobias C. Berner 28bac6ebdd Move some gnome@ ports to desktop@
As gnome@ is lacking active committers at the moment, transfer some of its
ports [1] up the stack to the desktop@ group, in hope that this way we get some
updates in as the set of people that "should feel responsible" grows.

As soon as gnome@ grows some committers again, this can (and should) of course
be reverted again.

[1] The list of ports chosen in this move consits of all the ports that are
required to build x11/kde5.

Approved by:	portmgr (bapt)
Differential Revision:	https://reviews.freebsd.org/D26362
2020-09-10 18:55:41 +00:00

24 lines
472 B
Makefile

# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$
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= 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>