mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
71e686b489
This version removes support for GTK 2, so remove the GTK3 option (which was already the default) from the port.
33 lines
676 B
Makefile
33 lines
676 B
Makefile
# Created by: Oliver Lehmann <oliver@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mousepad
|
|
PORTVERSION= 0.5.0
|
|
CATEGORIES= editors xfce
|
|
MASTER_SITES= XFCE/apps
|
|
DIST_SUBDIR= xfce4
|
|
|
|
MAINTAINER= xfce@FreeBSD.org
|
|
COMMENT= Simple text editor for the Xfce Desktop
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= desktop-file-utils gettext-tools gmake gnome libtool perl5 \
|
|
pkgconfig tar:bzip2 xfce
|
|
USE_GNOME= cairo dconf gdkpixbuf2 glib20 gtk30 gtksourceview3 intlhack \
|
|
intltool
|
|
USE_XFCE= xfconf
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
GLIB_SCHEMAS= org.xfce.mousepad.gschema.xml
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
OPTIONS_SUB= yes
|
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
NLS_USES= gettext-runtime
|
|
|
|
.include <bsd.port.mk>
|