1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/editors/mousepad/Makefile

33 lines
750 B
Makefile
Raw Normal View History

# Created by: Oliver Lehmann <oliver@FreeBSD.org>
2007-01-22 16:49:10 +00:00
# $FreeBSD$
PORTNAME= mousepad
PORTVERSION= 0.3.0
2007-01-22 16:49:10 +00:00
CATEGORIES= editors xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR=src/apps/${PORTNAME}/${PORTVERSION:R}
2007-01-22 16:49:10 +00:00
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= Simple text editor for the Xfce Desktop
2007-01-22 16:49:10 +00:00
GNU_CONFIGURE= yes
USE_BZIP2= yes
2013-09-17 09:00:42 +00:00
USES= desktop-file-utils gettext gmake pathfix pkgconfig perl5
USE_GNOME= glib20 gtk20 intltool intlhack gtksourceview2
USE_XFCE= configenv
OPTIONS_DEFINE= DBUS
OPTIONS_DEFAULT= DBUS
.include <bsd.port.options.mk>
2007-01-22 16:49:10 +00:00
.if ${PORT_OPTIONS:MDBUS}
LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
CONFIGURE_ARGS+=--enable-dbus
.else
CONFIGURE_ARGS+=--disable-dbus
.endif
.include <bsd.port.mk>