mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
5088b6e94a
libcroco is a standalone css2 parsing library. It provides a low level event driven SAC like api and a css object model like api. This library is being written to bring the css support to the mlview xml editor project but it can be used for other applications as well.
27 lines
527 B
Makefile
27 lines
527 B
Makefile
# New ports collection makefile for: libcroco
|
|
# Date created: 08 July 2003
|
|
# Whom: Adam Weinberger <adamw@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libcroco
|
|
PORTVERSION= 0.3.0
|
|
CATEGORIES= textproc gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= CSS2 parsing library
|
|
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_LIBTOOL= yes
|
|
INSTALLS_SHLIB= yes
|
|
USE_GNOME= gnomehack pango libxml2
|
|
|
|
MAN1= croco-config.1 csslint.1
|
|
|
|
.include <bsd.port.mk>
|