pkgsrc-wip/pluma/Makefile
2015-04-09 22:07:26 +00:00

36 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.7 2015/04/09 22:07:26 krytarowski Exp $
DISTNAME= pluma-1.8.1
CATEGORIES= editors
MASTER_SITES= http://pub.mate-desktop.org/releases/1.8/
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.mate-desktop.org/
COMMENT= Small and lightweight UTF-8 text editor for the MATE
LICENSE= gnu-gpl-v2
TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
TOOL_DEPENDS+= libxml2-[0-9]*:../../textproc/libxml2 # for xmllint
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake intltool msgfmt pkg-config
PKGCONFIG_OVERRIDE+= data/pluma.pc.in
CONFIGURE_ARGS+= --disable-updater # only for OS X and Windows
.include "options.mk"
.include "../../devel/glib2/schemas.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../x11/gtksourceview2/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libSM/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"