2005-03-09 16:29:59 +01:00
|
|
|
# New ports collection makefile for: gxmessage
|
|
|
|
# Date created: 9 March 2005
|
|
|
|
# Whom: Andriy Gapon <avg@icyb.net.ua>
|
|
|
|
#
|
|
|
|
# $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
|
|
|
|
USE_GMAKE= yes
|
|
|
|
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}"
|
|
|
|
|
2010-10-05 09:09:30 +02:00
|
|
|
.if !defined(WITHOUT_NLS)
|
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>
|