freebsd-ports/editors/conglomerate/Makefile
Joe Marcus Clarke 9c379960cd Fix it so doing Help->Contents works, and the help file is rendered correctly
using the latest libxml2.

Approved by:	maintainer
2003-12-29 01:14:17 +00:00

32 lines
894 B
Makefile

# New ports collection makefile for: conglomerate
# Date created: Jun 26, 2003
# Whom: Pav Lucistnik <pav@oook.cz>
#
# $FreeBSD$
PORTNAME= conglomerate
PORTVERSION= 0.7.8
PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= pav@FreeBSD.org
COMMENT= GNOME2 visual XML editor with emphasis on DocBook editing
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= libgnomeui gtksourceview gnomeprefix gnomehack
USE_LIBTOOL= yes
USE_REINPLACE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
post-patch:
@${REINPLACE_CMD} -e 's|/home/david/jhbuilt/share|${LOCALBASE}/share|' ${WRKSRC}/intltool-merge.in
post-install:
${MKDIR} ${PREFIX}/share/gnome/${PORTNAME}/help
${LN} -sf ${PREFIX}/share/gnome/help/${PORTNAME} ${PREFIX}/share/gnome/${PORTNAME}/help/${PORTNAME}
.include <bsd.port.mk>