3ce0f21808
- Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove patches that renamed include directories and libraries so they didn't conflict with early development versions of glib/gtk 2.0
17 lines
346 B
Makefile
17 lines
346 B
Makefile
# Created by: domi@saargate.de
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gmessage
|
|
PORTVERSION= 0.2
|
|
PORTREVISION= 6
|
|
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>
|