freebsd-ports/x11/gmessage/Makefile

22 lines
444 B
Makefile
Raw Normal View History

# New ports collection makefile for: gmessage
# Date created: Sun Jul 18 1999
# Whom: domi@saargate.de
#
# $FreeBSD$
#
2000-04-13 21:19:05 +02:00
PORTNAME= gmessage
2001-02-05 17:18:54 +01:00
PORTVERSION= 0.2
PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://www.brettnacher.org/users/dominik/FreeBSD/
MAINTAINER= domi@saargate.de
2003-02-21 15:08:24 +01:00
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>