2013-09-03 08:36:41 +02:00
|
|
|
# Created by: Ade Lovett <ade@FreeBSD.org>
|
2000-06-09 18:38:10 +02:00
|
|
|
# $FreeBSD$
|
2009-01-10 06:22:13 +01:00
|
|
|
# $MCom: ports/www/libgtkhtml/Makefile,v 1.41 2008/08/23 18:23:00 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
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 6
|
2000-06-09 18:38:10 +02:00
|
|
|
CATEGORIES= www gnome
|
2009-02-02 02:36:16 +01:00
|
|
|
MASTER_SITES= GNOME
|
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
|
2013-09-03 08:36:41 +02:00
|
|
|
USES= gmake pkgconfig
|
2009-01-10 06:22:13 +01:00
|
|
|
USE_GNOME= gnomeprefix gnomehack libxslt gnomevfs2 ltverhack
|
2006-10-14 10:54:54 +02:00
|
|
|
USE_LDCONFIG= yes
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2000-06-09 18:38:10 +02:00
|
|
|
|
2013-09-21 01:36:50 +02:00
|
|
|
NO_STAGE= yes
|
2000-06-09 18:38:10 +02:00
|
|
|
.include <bsd.port.mk>
|