aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/waimea/Makefile
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-05-31 21:06:35 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-05-31 21:06:35 +0000
commit206510f6181423cac328438ffc843faa3856dee3 (patch)
tree0b53f05953ac50e27af3ece9308efc2826556291 /x11-wm/waimea/Makefile
parent66fe6ad56668ba662aab793778cf7eb60b50ef6e (diff)
downloadports-206510f6181423cac328438ffc843faa3856dee3.tar.gz
ports-206510f6181423cac328438ffc843faa3856dee3.zip
Add waimea 0.3.2, an X11 window manager designed for maximum
efficiency. PR: 38619 Submitted by: Alexey Dokuchaev <danfe@regency.nsu.ru>
Notes
Notes: svn path=/head/; revision=60408
Diffstat (limited to 'x11-wm/waimea/Makefile')
-rw-r--r--x11-wm/waimea/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/x11-wm/waimea/Makefile b/x11-wm/waimea/Makefile
new file mode 100644
index 000000000000..578d8bc8c920
--- /dev/null
+++ b/x11-wm/waimea/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: waimea
+# Date created: 27 May 2002
+# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= waimea
+PORTVERSION= 0.3.2
+CATEGORIES= x11-wm
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= waimea
+
+MAINTAINER= danfe@regency.nsu.ru
+
+USE_GMAKE= yes
+USE_IMLIB= yes
+USE_X_PREFIX= yes
+
+GNU_CONFIGURE= yes
+CONFIGURE_ENV+= LIBS="-lcompat"
+
+MAN1= waimea.1
+
+.include <bsd.port.mk>