freebsd-ports/deskutils/gxmessage/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

28 lines
569 B
Makefile

# New ports collection makefile for: gxmessage
# Date created: 9 March 2005
# Whom: Andriy Gapon <avg@icyb.net.ua>
#
# $FreeBSD$
#
PORTNAME= gxmessage
PORTVERSION= 2.4.4
PORTREVISION= 5
CATEGORIES= deskutils
MASTER_SITES= http://homepages.ihug.co.nz/~trmusson/stuff/
MAINTAINER= avg@icyb.net.ua
COMMENT= GTK2 substitute for xmessage
USE_GNOME= gtk20 gnomeprefix
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAKE_ARGS+= INSTALL="${INSTALL_PROGRAM}"
MANCOMPRESSED= no
MAN1= gxmessage.1
PLIST_FILES= bin/gxmessage \
share/pixmaps/gxmessage.png
.include <bsd.port.mk>