mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
28 lines
706 B
Makefile
28 lines
706 B
Makefile
# Created by: Pav Lucistnik <pav@oook.cz>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= conglomerate
|
|
PORTVERSION= 0.9.1
|
|
PORTREVISION= 11
|
|
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= gmake pkgconfig
|
|
USE_GNOME= libgnomeui gtksourceview gnomeprefix gnomehack intlhack
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
NO_STAGE= yes
|
|
.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>
|