edf526ceb8
Reported by: Mike Harding <mvharding@gmail.com>
52 lines
1.5 KiB
Makefile
52 lines
1.5 KiB
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
# $MCom: ports/editors/gedit/Makefile,v 1.125 2010/09/30 19:58:54 kwm Exp $
|
|
|
|
PORTNAME= gedit
|
|
PORTVERSION= 2.30.4
|
|
PORTREVISION= 4
|
|
CATEGORIES= editors gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome2
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Small but powerful text editor for GNOME 2 Desktop Environment
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
|
|
LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant \
|
|
libsoup-2.4.so:${PORTSDIR}/devel/libsoup
|
|
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
|
|
|
|
USES= desktop-file-utils gettext gmake libtool:keepla pathfix \
|
|
pkgconfig tar:bzip2
|
|
USE_XORG= ice sm
|
|
INSTALLS_OMF= yes
|
|
INSTALL_TARGET= install-strip
|
|
USE_LDCONFIG= yes
|
|
USE_GNOME= gnomeprefix intlhack gconf2 gtksourceview2 gnomedocutils
|
|
GNU_CONFIGURE= yes
|
|
GNOME_DESKTOP_VERSION=2
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
PLIST_SUB= VERSION="2.20"
|
|
|
|
GCONF_SCHEMAS= gedit.schemas gedit-file-browser.schemas
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${HAVE_GNOME:Mpygtksourceview}!=""
|
|
USE_PYTHON= yes
|
|
.include "${PORTSDIR}/Mk/bsd.python.mk"
|
|
USE_GNOME+= pygtksourceview
|
|
CONFIGURE_ARGS+=--enable-python
|
|
PLIST_SUB+= PYTHON=""
|
|
.else
|
|
CONFIGURE_ARGS+=--disable-python
|
|
PLIST_SUB+= PYTHON="@comment "
|
|
.endif
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} '/EGG_SMCLIENT_LIBS =/s/$$/ -lICE/' \
|
|
${WRKSRC}/gedit/smclient/Makefile.in
|
|
|
|
.include <bsd.port.post.mk>
|