summaryrefslogtreecommitdiff
path: root/x11-wm/flwm
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-12-07 20:31:06 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-12-07 20:31:06 +0000
commit21b3da4dd0d4ead23644520d7d859744ac87842f (patch)
tree709f0f8a6f304e0d047467e71c7cee5965993762 /x11-wm/flwm
parento Fix typo (CONFLICT -> CONFLICTS). (diff)
- Restore x11-wm/flwm
Request by: gahr@
Notes
Notes: svn path=/head/; revision=223970
Diffstat (limited to 'x11-wm/flwm')
-rw-r--r--x11-wm/flwm/Makefile39
-rw-r--r--x11-wm/flwm/distinfo3
-rw-r--r--x11-wm/flwm/pkg-descr5
3 files changed, 47 insertions, 0 deletions
diff --git a/x11-wm/flwm/Makefile b/x11-wm/flwm/Makefile
new file mode 100644
index 000000000000..0616386ec737
--- /dev/null
+++ b/x11-wm/flwm/Makefile
@@ -0,0 +1,39 @@
+# New ports collection makefile for: flwm
+# Date created: 12 February 1999
+# Whom: Dima Sivachenko <dima@chg.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= flwm
+PORTVERSION= 1.00
+PORTREVISION= 2
+CATEGORIES= x11-wm
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= gj
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= The Fast Light Window Manager
+
+DEPRECATED= Project is dead, and uses obsolete version of fltk
+EXPIRATION_DATE= 2008-10-19
+
+LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk
+
+MAKE_ENV+= PTHREAD_LIBS=${PTHREAD_LIBS}
+
+GNU_CONFIGURE= yes
+MAN1= flwm.1
+PLIST_FILES= bin/flwm
+
+.include <bsd.port.pre.mk>
+
+# could be a problem if both versions of freetype are installed
+.if exists(${LOCALBASE}/include/freetype1/freetype/freetype.h)
+CONFIGURE_ARGS= --includedir="-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype1"
+.elif exists(${LOCALBASE}/include/freetype2/freetype/freetype.h)
+CONFIGURE_ARGS= --includedir="-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2"
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/x11-wm/flwm/distinfo b/x11-wm/flwm/distinfo
new file mode 100644
index 000000000000..65e442cf3277
--- /dev/null
+++ b/x11-wm/flwm/distinfo
@@ -0,0 +1,3 @@
+MD5 (flwm-1.00.tgz) = 75047b2ddcac30eecfb380773177d54d
+SHA256 (flwm-1.00.tgz) = f4df1a0a5699fead28d4737253b40fb999d1d610d48d4f1af46b51af84a94084
+SIZE (flwm-1.00.tgz) = 61747
diff --git a/x11-wm/flwm/pkg-descr b/x11-wm/flwm/pkg-descr
new file mode 100644
index 000000000000..1d7f7a3cecc6
--- /dev/null
+++ b/x11-wm/flwm/pkg-descr
@@ -0,0 +1,5 @@
+Flwm is a very small and fast X window manager. Its main features are
+the lack of icons and the "sideways" title-bars.
+
+--Dima
+dima@chg.ru