1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/editors/conglomerate/Makefile
Pawel Pekala d7e3f83427 - Port is stage safe
- Convert to USES=pathfix, new options framework
- Needs USES=desktop-file-utils, bump PORTREVISION
2014-04-07 19:16:46 +00:00

25 lines
626 B
Makefile

# Created by: Pav Lucistnik <pav@oook.cz>
# $FreeBSD$
PORTNAME= conglomerate
PORTVERSION= 0.9.1
PORTREVISION= 12
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 gmake pathfix pkgconfig
USE_GNOME= libgnomeui gtksourceview gnomeprefix intlhack
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
OPTIONS_DEFINE= ENCHANT
ENCHANT_LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant
.include <bsd.port.mk>