1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/textproc/libcroco/Makefile
Joe Marcus Clarke 4c130d8012 Update to 0.5.1.
2004-04-18 17:57:53 +00:00

26 lines
510 B
Makefile

# New ports collection makefile for: libcroco
# Date created: 08 July 2003
# Whom: Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libcroco
PORTVERSION= 0.5.1
CATEGORIES= textproc gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.5
MAINTAINER= gnome@FreeBSD.org
COMMENT= CSS2 parsing library
USE_BZIP2= yes
USE_GMAKE= yes
USE_LIBTOOL_VER=13
INSTALLS_SHLIB= yes
USE_GNOME= gnomehack gtk20 libxml2
MAN1= croco-config.1 csslint.1
.include <bsd.port.mk>