summaryrefslogtreecommitdiff
path: root/x11-wm/wmg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/wmg/Makefile')
-rw-r--r--x11-wm/wmg/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/x11-wm/wmg/Makefile b/x11-wm/wmg/Makefile
new file mode 100644
index 000000000000..6b6d50351b56
--- /dev/null
+++ b/x11-wm/wmg/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: wmg
+# Version required: 0.14.0
+# Date created: 27 August 1999
+# Whom: Yukihiro Nakai <Nacai@iname.com>
+#
+# $Id$
+#
+
+DISTNAME= wmG-0.14.0
+PKGNAME= wmg-0.14.0
+CATEGORIES= x11-wm gnome
+MASTER_SITES= http://www.geocities.com/SiliconValley/Screen/4079/downloads/
+
+MAINTAINER= nacai@iname.com
+
+LIB_DEPENDS= gdk_imlib.4:${PORTSDIR}/graphics/imlib \
+ Xpm.4:${PORTSDIR}/graphics/xpm \
+ esd.1:${PORTSDIR}/audio/esound \
+ gnome.2:${PORTSDIR}/x11/gnomelibs
+
+GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
+GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
+
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+USE_LIBTOOL= yes
+LIBTOOLFILES= configure
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ GTK_CONFIG="${GTK_CONFIG}" \
+ GLIB_CONFIG="${GLIB_CONFIG}" \
+ LIBS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.mk>