2013-04-30 00:27:05 +02:00
|
|
|
# Created by: Andriy Gapon <avg@icyb.net.ua>
|
2005-03-09 16:29:59 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gxmessage
|
2010-10-05 09:09:30 +02:00
|
|
|
PORTVERSION= 2.12.4
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 1
|
2005-03-09 16:29:59 +01:00
|
|
|
CATEGORIES= deskutils
|
2011-08-08 20:50:32 +02:00
|
|
|
MASTER_SITES= GNU \
|
2010-10-05 09:09:30 +02:00
|
|
|
LOCAL/martymac
|
2005-03-09 16:29:59 +01:00
|
|
|
|
|
|
|
MAINTAINER= avg@icyb.net.ua
|
|
|
|
COMMENT= GTK2 substitute for xmessage
|
|
|
|
|
|
|
|
USE_GNOME= gtk20 gnomeprefix
|
2013-09-02 23:27:53 +02:00
|
|
|
USES= gmake pkgconfig
|
2005-03-09 16:29:59 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2010-10-05 09:09:30 +02:00
|
|
|
INSTALLS_ICONS= yes
|
2005-03-09 16:29:59 +01:00
|
|
|
|
|
|
|
MAKE_ARGS+= INSTALL="${INSTALL_PROGRAM}"
|
|
|
|
|
2013-09-20 18:21:37 +02:00
|
|
|
NO_STAGE= yes
|
2014-02-10 14:54:26 +01:00
|
|
|
|
2014-02-21 14:36:03 +01:00
|
|
|
OPTIONS_DEFINE= NLS
|
2014-02-10 14:54:26 +01:00
|
|
|
|
2013-04-30 00:27:05 +02:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
.if ${PORT_OPTIONS:MNLS}
|
2013-04-24 20:10:30 +02:00
|
|
|
USES+= gettext
|
2010-10-05 09:09:30 +02:00
|
|
|
CONFIGURE_ARGS+= --enable-nls
|
|
|
|
PLIST_SUB+= NLS=""
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --disable-nls
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
|
|
|
.endif
|
|
|
|
|
2005-03-09 16:29:59 +01:00
|
|
|
MANCOMPRESSED= no
|
|
|
|
MAN1= gxmessage.1
|
2010-10-05 09:09:30 +02:00
|
|
|
INFO= ${PORTNAME}
|
2005-03-09 16:29:59 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|