freebsd-ports/editors/conglomerate/Makefile
Tijl Coosemans 5c1d05b7a4 Remove libxslt.so.2 and libexslt.so.8 compatibility links that were added in
r374303 to prevent massive PORTREVISION bumps.  Bump dependent ports that
have not been bumped since.
2016-12-08 15:46:46 +00:00

24 lines
633 B
Makefile

# Created by: Pav Lucistnik <pav@oook.cz>
# $FreeBSD$
PORTNAME= conglomerate
PORTVERSION= 0.9.1
PORTREVISION= 13
CATEGORIES= editors
MASTER_SITES= SF/${PORTNAME}/Conglomerate%20XML%20Editor/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= GNOME2 visual XML editor with emphasis on DocBook editing
INSTALLS_OMF= yes
USES= desktop-file-utils gettext-tools gmake pathfix pkgconfig
USE_GNOME= libgnomeui gtksourceview gnomeprefix intlhack
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
OPTIONS_DEFINE= ENCHANT DOCS
ENCHANT_LIB_DEPENDS= libenchant.so:textproc/enchant
.include <bsd.port.mk>