mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
22 lines
444 B
Makefile
22 lines
444 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= 3
|
|
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>
|