summaryrefslogtreecommitdiff
path: root/x11/gmessage/Makefile
blob: 6ddfc62bf2146d6fba72a438f8001f25481bc3d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: domi@saargate.de
# $FreeBSD$

PORTNAME=	gmessage
PORTVERSION=	0.2
PORTREVISION=	5
CATEGORIES=	x11
MASTER_SITES=	http://www.brettnacher.org/users/dominik/FreeBSD/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Gtk+ clone of xmessage. displays a given text in a X11 window

PLIST_FILES=	bin/gmessage
USE_GNOME=	gtk12

.include <bsd.port.mk>