aboutsummaryrefslogtreecommitdiffstats
path: root/x11/gmessage/Makefile
blob: b14fc7c74d850002e6a3bc3d81ba8497d648108f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:    gmessage
# Date created:         Sun Jul 18 1999
# Whom:             domi@saargate.de
#
# $FreeBSD$
#

PORTNAME=   gmessage
PORTVERSION=    0.2
PORTREVISION=   1
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_X_PREFIX=   yes
USE_GNOME=  gtk12

.include <bsd.port.mk>