freebsd-ports/deskutils/gxmessage/Makefile
Raphael Kubo da Costa 850b99970e Update to 3.4.3, which uses GTK+3.
PR:		206499
Submitted by:	jochen@jochen-neumeister.de
Approved by:	avg (maintainer)
2016-02-28 15:37:23 +00:00

35 lines
626 B
Makefile

# Created by: Andriy Gapon <avg@icyb.net.ua>
# $FreeBSD$
PORTNAME= gxmessage
PORTVERSION= 3.4.3
CATEGORIES= deskutils
MASTER_SITES= GNU \
LOCAL/martymac
MAINTAINER= avg@icyb.net.ua
COMMENT= GTK3 substitute for xmessage
USE_GNOME= gtk30 gnomeprefix intltool
USES= gmake pkgconfig
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
MAKE_ARGS+= INSTALL="${INSTALL_PROGRAM}"
OPTIONS_DEFINE= NLS
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
USES+= gettext
CONFIGURE_ARGS+= --enable-nls
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
.endif
INFO= ${PORTNAME}
.include <bsd.port.mk>