blob: 2bf852ab11d91ab363c36b8a3400b456f6d10754 (
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
|
PORTNAME= libcroco
PORTVERSION= 0.6.12
DISTVERSIONSUFFIX= -6.el7_9
PORTREVISION= 1
CATEGORIES= textproc linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= CSS2 parsing library (CentOS ${LINUX_DIST_VER})
WWW= http://www.freespiders.org/projects/libcroco/
LICENSE= MIT
USES= cpe linux:c7
CPE_VENDOR= gnome
USE_LDCONFIG= yes
USE_LINUX= libxml2
USE_LINUX_RPM= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>
|