1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/www/libgtkhtml/Makefile

28 lines
671 B
Makefile
Raw Normal View History

# New ports collection makefile for: libgtkhtml
# Date created: 2nd June 2000
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/www/libgtkhtml/Makefile,v 1.41 2008/08/23 18:23:00 mezz Exp $
#
PORTNAME= libgtkhtml
2007-08-14 20:35:58 +00:00
PORTVERSION= 2.11.1
2010-02-05 11:46:55 +00:00
PORTREVISION= 4
CATEGORIES= www gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
2003-03-03 23:46:25 +00:00
COMMENT= Lightweight HTML rendering/printing/editing engine
2002-03-25 20:16:20 +00:00
USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack libxslt gnomevfs2 ltverhack
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool:22
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>