summaryrefslogtreecommitdiffstats
path: root/deskutils/gxmessage/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/gxmessage/Makefile')
-rw-r--r--deskutils/gxmessage/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/deskutils/gxmessage/Makefile b/deskutils/gxmessage/Makefile
new file mode 100644
index 000000000..6d1843846
--- /dev/null
+++ b/deskutils/gxmessage/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: gxmessage
+# Date created: 9 March 2005
+# Whom: Andriy Gapon <avg@icyb.net.ua>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gxmessage
+PORTVERSION= 2.4.4
+PORTREVISION= 3
+CATEGORIES= deskutils
+MASTER_SITES= http://homepages.ihug.co.nz/~trmusson/stuff/
+
+MAINTAINER= avg@icyb.net.ua
+COMMENT= GTK2 substitute for xmessage
+
+USE_X_PREFIX= yes
+USE_GNOME= gtk20 gnomeprefix
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+
+MAKE_ARGS+= INSTALL="${INSTALL_PROGRAM}"
+
+MANCOMPRESSED= no
+MAN1= gxmessage.1
+PLIST_FILES= bin/gxmessage \
+ share/pixmaps/gxmessage.png
+
+.include <bsd.port.mk>