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