freebsd-ports/www/libgtkhtml/Makefile

29 lines
658 B
Makefile
Raw Normal View History

# New ports collection makefile for: libgtkhtml
# Date created: 2nd June 2000
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libgtkhtml
2003-10-10 20:19:15 +02:00
PORTVERSION= 2.4.1
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.4
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
USE_X_PREFIX= yes
USE_GMAKE= yes
2002-07-11 17:31:46 +02:00
USE_REINPLACE= yes
USE_GNOME= gnomeprefix gnomehack libxslt gnomevfs2 gail
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>