freebsd-ports/x11/gmessage/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

20 lines
426 B
Makefile

# New ports collection makefile for: gmessage
# Date created: Sun Jul 18 1999
# Whom: domi@saargate.de
#
# $FreeBSD$
#
PORTNAME= gmessage
PORTVERSION= 0.2
PORTREVISION= 5
CATEGORIES= x11
MASTER_SITES= http://www.brettnacher.org/users/dominik/FreeBSD/
MAINTAINER= domi@saargate.de
COMMENT= Gtk+ clone of xmessage. displays a given text in a X11 window
PLIST_FILES= bin/gmessage
USE_GNOME= gtk12
.include <bsd.port.mk>