2003-05-07 08:01:04 +02:00
|
|
|
# New ports collection makefile for: gtkhtml3
|
|
|
|
# Date created: 12 March 2003
|
|
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
2000-06-09 18:38:10 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2003-05-07 08:01:04 +02:00
|
|
|
PORTNAME= gtkhtml3
|
2003-08-02 00:12:41 +02:00
|
|
|
PORTVERSION= 3.0.8
|
2000-06-09 18:38:10 +02:00
|
|
|
CATEGORIES= www gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2003-05-07 08:01:04 +02:00
|
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/3$//}/3.0
|
|
|
|
DISTNAME= ${PORTNAME:S/3$//}-${PORTVERSION}
|
|
|
|
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-07 07:14:21 +01:00
|
|
|
COMMENT= Lightweight HTML rendering/printing/editing engine
|
2000-06-09 18:38:10 +02:00
|
|
|
|
2003-05-07 08:01:04 +02:00
|
|
|
LIB_DEPENDS= soup-2.0.0:${PORTSDIR}/devel/libsoup
|
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
|
2002-06-19 10:18:10 +02:00
|
|
|
USE_REINPLACE= yes
|
2003-05-07 18:53:49 +02:00
|
|
|
USE_GNOME= gnomeprefix gnomehack gal2 gail
|
2003-05-07 08:01:04 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2000-06-09 18:38:10 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2003-05-07 08:01:04 +02:00
|
|
|
LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
2002-11-22 21:29:41 +01:00
|
|
|
|
2003-05-07 08:01:04 +02:00
|
|
|
.include <bsd.port.mk>
|