mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Port is stage safe
- Convert to USES=pathfix, new options framework - Needs USES=desktop-file-utils, bump PORTREVISION
This commit is contained in:
parent
e72e594e9f
commit
d7e3f83427
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350535
1 changed files with 6 additions and 9 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= conglomerate
|
PORTNAME= conglomerate
|
||||||
PORTVERSION= 0.9.1
|
PORTVERSION= 0.9.1
|
||||||
PORTREVISION= 11
|
PORTREVISION= 12
|
||||||
CATEGORIES= editors
|
CATEGORIES= editors
|
||||||
MASTER_SITES= SF/${PORTNAME}/Conglomerate%20XML%20Editor/${PORTVERSION}
|
MASTER_SITES= SF/${PORTNAME}/Conglomerate%20XML%20Editor/${PORTVERSION}
|
||||||
|
|
||||||
|
@ -11,17 +11,14 @@ MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= GNOME2 visual XML editor with emphasis on DocBook editing
|
COMMENT= GNOME2 visual XML editor with emphasis on DocBook editing
|
||||||
|
|
||||||
INSTALLS_OMF= yes
|
INSTALLS_OMF= yes
|
||||||
USES= gmake pkgconfig
|
USES= desktop-file-utils gmake pathfix pkgconfig
|
||||||
USE_GNOME= libgnomeui gtksourceview gnomeprefix gnomehack intlhack
|
USE_GNOME= libgnomeui gtksourceview gnomeprefix intlhack
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
|
|
||||||
NO_STAGE= yes
|
OPTIONS_DEFINE= ENCHANT
|
||||||
.include <bsd.port.pre.mk>
|
|
||||||
|
|
||||||
.if exists(${LOCALBASE}/libdata/pkgconfig/enchant.pc) || defined(WITH_ENCHANT)
|
ENCHANT_LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant
|
||||||
LIB_DEPENDS+= enchant.1:${PORTSDIR}/textproc/enchant
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue