freebsd-ports/www/gtkhtml3/Makefile

55 lines
1.4 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: gtkhtml
# Date created: 2nd June 2000
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gtkhtml
PORTVERSION= 1.1.10
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
2002-11-11 20:43:16 +01:00
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.1
2002-03-25 21:16:20 +01:00
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= Lightweight HTML rendering/printing/editing engine
LIB_DEPENDS= pspell.15:${PORTSDIR}/textproc/aspell
2002-03-25 21:16:20 +01:00
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
2002-11-11 20:43:16 +01:00
USE_GNOME= gnomehack gnomeprefix gnomehier glibwww libghttp libcapplet gal
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
2002-06-19 10:18:10 +02:00
USE_REINPLACE= yes
CONFIGURE_ARGS= --with-gconf=yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
2002-11-11 20:43:16 +01:00
VERSION= ${PORTNAME}-${PORTVERSION}
.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
.endif
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
2002-11-11 20:43:16 +01: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
.include <bsd.port.post.mk>