2000-06-09 16:38:10 +00:00
|
|
|
# New ports collection makefile for: gtkhtml
|
|
|
|
# Date created: 2nd June 2000
|
|
|
|
# Whom: Ade Lovett <ade@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gtkhtml
|
2003-04-05 04:55:05 +00:00
|
|
|
PORTVERSION= 1.1.10
|
2003-09-25 05:40:49 +00:00
|
|
|
PORTREVISION= 1
|
2000-06-09 16:38:10 +00:00
|
|
|
CATEGORIES= www gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2002-11-11 19:43:16 +00:00
|
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.1
|
2002-03-25 20:16:20 +00:00
|
|
|
DIST_SUBDIR= gnome
|
2000-06-09 16:38:10 +00:00
|
|
|
|
2001-05-11 16:36:50 +00:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= Lightweight HTML rendering/printing/editing engine
|
2000-06-09 16:38:10 +00:00
|
|
|
|
2002-11-22 20:29:41 +00:00
|
|
|
LIB_DEPENDS= pspell.15:${PORTSDIR}/textproc/aspell
|
2000-06-09 16:38:10 +00:00
|
|
|
|
2002-03-25 20:16:20 +00:00
|
|
|
USE_BZIP2= yes
|
2000-06-09 16:38:10 +00:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
2002-11-11 19:43:16 +00:00
|
|
|
USE_GNOME= gnomehack gnomeprefix gnomehier glibwww libghttp libcapplet gal
|
2000-06-16 21:52:40 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
2002-05-01 20:23:03 +00:00
|
|
|
USE_LIBTOOL= yes
|
2002-06-19 08:18:10 +00:00
|
|
|
USE_REINPLACE= yes
|
2003-09-25 05:40:49 +00:00
|
|
|
CONFIGURE_ARGS= --with-gconf=no
|
2000-06-09 16:38:10 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2002-03-27 05:03:00 +00:00
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
2000-06-09 16:38:10 +00:00
|
|
|
|
2002-11-11 19:43:16 +00:00
|
|
|
VERSION= ${PORTNAME}-${PORTVERSION}
|
|
|
|
|
2002-11-22 20:29:41 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if exists(${LOCALBASE}/libdata/pkgconfig/soup.pc) || !defined(WITHOUT_SOUP)
|
2003-01-19 19:16:10 +00:00
|
|
|
LIB_DEPENDS+= soup.6:${PORTSDIR}/devel/soup
|
2002-11-22 20:29:41 +00:00
|
|
|
.endif
|
|
|
|
|
2002-11-11 19:43:16 +00:00
|
|
|
post-configure:
|
|
|
|
@${SED} -e 's|%%PREFIX%%|${PREFIX}|g ; \
|
|
|
|
s|%%LOCALBASE%%|${LOCALBASE}|g ; \
|
|
|
|
s|%%X11BASE%%|${X11BASE}|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 20:29:41 +00:00
|
|
|
.include <bsd.port.post.mk>
|