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