2000-06-09 18:38:10 +02:00
|
|
|
# New ports collection makefile for: gtkhtml
|
|
|
|
# Date created: 2nd June 2000
|
|
|
|
# Whom: Ade Lovett <ade@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gtkhtml
|
2003-04-05 06:55:05 +02:00
|
|
|
PORTVERSION= 1.1.10
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 13
|
2000-06-09 18:38:10 +02:00
|
|
|
CATEGORIES= www gnome
|
2009-02-02 02:36:16 +01:00
|
|
|
MASTER_SITES= GNOME
|
2002-03-25 21:16:20 +01:00
|
|
|
DIST_SUBDIR= gnome
|
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
|
|
|
|
2004-08-29 20:13:43 +02:00
|
|
|
LIB_DEPENDS= pspell.16:${PORTSDIR}/textproc/aspell
|
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_GMAKE= yes
|
2002-11-11 20:43:16 +01:00
|
|
|
USE_GNOME= gnomehack gnomeprefix gnomehier glibwww libghttp libcapplet gal
|
2006-05-16 00:23:04 +02:00
|
|
|
USE_GETTEXT= yes
|
2006-10-14 10:54:54 +02:00
|
|
|
USE_LDCONFIG= yes
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2003-09-30 04:39:29 +02:00
|
|
|
CONFIGURE_ARGS= --with-gconf=yes
|
2000-06-09 18:38:10 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2003-09-30 04:39:29 +02:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2000-06-09 18:38:10 +02:00
|
|
|
|
2002-11-11 20:43:16 +01:00
|
|
|
VERSION= ${PORTNAME}-${PORTVERSION}
|
|
|
|
|
2002-11-22 21:29:41 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if exists(${LOCALBASE}/libdata/pkgconfig/soup.pc) || !defined(WITHOUT_SOUP)
|
2003-01-19 20:16:10 +01:00
|
|
|
LIB_DEPENDS+= soup.6:${PORTSDIR}/devel/soup
|
2002-11-22 21:29:41 +01:00
|
|
|
.endif
|
|
|
|
|
2002-11-11 20:43:16 +01:00
|
|
|
post-configure:
|
|
|
|
@${SED} -e 's|%%PREFIX%%|${PREFIX}|g ; \
|
|
|
|
s|%%LOCALBASE%%|${LOCALBASE}|g ; \
|
|
|
|
s|%%VERSION%%|${VERSION}|g' ${FILESDIR}/gtkhtmlConf.sh \
|
|
|
|
> ${WRKSRC}/gtkhtmlConf.sh
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/gtkhtmlConf.sh \
|
|
|
|
${PREFIX}/etc/gtkhtmlConf.sh
|
|
|
|
|
2002-11-22 21:29:41 +01:00
|
|
|
.include <bsd.port.post.mk>
|