freebsd-ports/editors/mate-text-editor/Makefile
2014-04-25 06:29:25 +00:00

43 lines
1.3 KiB
Makefile

# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
PORTNAME= mate-text-editor
PORTVERSION= 1.6.0
PORTREVISION= 2
CATEGORIES= editors mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
MAINTAINER= gnome@FreeBSD.org
COMMENT= Small but powerful text editor for MATE Desktop Environment
BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc \
${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
PORTSCOUT= limitw:1,even
USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig tar:xz
INSTALL_TARGET= install-strip
USE_MATE= autogen common:build docutils intlhack
USE_XORG= sm x11
USE_GNOME= glib20 gnomehier gtk20 gtksourceview2 gvfs libxml2 \
pygobject pygtk2 pygtksourceview
USE_PYTHON= yes
INSTALLS_OMF= yes
USE_LDCONFIG= yes
USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-gtk-doc \
--with-html-dir=${PREFIX}/share/doc
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
PATHFIX_MAKEFILEIN= Makefile.*
GLIB_SCHEMAS= org.mate.pluma.gschema.xml \
org.mate.pluma.plugins.filebrowser.gschema.xml \
org.mate.pluma.plugins.time.gschema.xml
.include <bsd.port.mk>