mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
a2a49934f8
Approved by: portmgr
17 lines
346 B
Makefile
17 lines
346 B
Makefile
# 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>
|