090059a210
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)
20 lines
426 B
Makefile
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>
|