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$
|
2005-11-05 05:53:48 +01:00
|
|
|
# $MCom: ports/www/libgtkhtml/Makefile,v 1.36 2005/10/14 20:39:58 adamw Exp $
|
2000-06-09 18:38:10 +02:00
|
|
|
#
|
|
|
|
|
2002-05-20 19:51:09 +02:00
|
|
|
PORTNAME= libgtkhtml
|
2005-11-05 05:53:48 +01:00
|
|
|
PORTVERSION= 2.11.0
|
2006-02-23 11:40:44 +01:00
|
|
|
PORTREVISION= 1
|
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_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
2005-11-05 05:53:48 +01:00
|
|
|
USE_GNOME= gnomeprefix gnomehack libxslt gnomevfs2 gail ltverhack
|
2000-06-16 23:52:40 +02:00
|
|
|
INSTALLS_SHLIB= 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>
|