freebsd-ports/editors/conglomerate/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

29 lines
781 B
Makefile

# New ports collection makefile for: conglomerate
# Date created: Jun 26, 2003
# Whom: Pav Lucistnik <pav@oook.cz>
#
# $FreeBSD$
PORTNAME= conglomerate
PORTVERSION= 0.9.1
PORTREVISION= 10
CATEGORIES= editors
MASTER_SITES= SF/${PORTNAME}/Conglomerate%20XML%20Editor/${PORTVERSION}
MAINTAINER= pav@FreeBSD.org
COMMENT= GNOME2 visual XML editor with emphasis on DocBook editing
INSTALLS_OMF= yes
USE_GMAKE= yes
USE_GNOME= libgnomeui gtksourceview gnomeprefix gnomehack intlhack
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.pre.mk>
.if exists(${LOCALBASE}/libdata/pkgconfig/enchant.pc) || defined(WITH_ENCHANT)
LIB_DEPENDS+= enchant.1:${PORTSDIR}/textproc/enchant
.endif
.include <bsd.port.post.mk>