freebsd-ports/www/libgtkhtml/Makefile

25 lines
588 B
Makefile
Raw Normal View History

2013-09-03 08:36:41 +02:00
# Created by: 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 22:35:58 +02:00
PORTVERSION= 2.11.1
2012-06-01 07:26:28 +02:00
PORTREVISION= 6
CATEGORIES= www gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
2003-03-04 00:46:25 +01:00
COMMENT= Lightweight HTML rendering/printing/editing engine
2002-03-25 21:16:20 +01:00
USE_BZIP2= yes
2013-09-03 08:36:41 +02:00
USES= gmake pkgconfig
USE_GNOME= gnomeprefix gnomehack libxslt gnomevfs2 ltverhack
USE_LDCONFIG= yes
2010-12-04 08:34:27 +01:00
USE_AUTOTOOLS= libtool
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
NO_STAGE= yes
.include <bsd.port.mk>