add port for FLWM (Fast Light Window Manager)
This commit is contained in:
parent
516df1d556
commit
f94d4ab759
15
x11/flwm/Makefile
Normal file
15
x11/flwm/Makefile
Normal file
@ -0,0 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 1999/12/08 19:43:46 jason Exp $
|
||||
|
||||
DISTNAME= flwm-0.25
|
||||
PKGNAME= flwm-0.25
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://www.cinenet.net/users/spitzak/flwm/
|
||||
MAINTAINER= jason@OpenBSD.ORG
|
||||
|
||||
EXTRACT_SUFX= .tgz
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--includedir=/usr/local/include --libdir=/usr/local/lib
|
||||
NO_SHARED_LIBS= yes
|
||||
LIB_DEPENDS= fltk:${PORTSDIR}/x11/fltk
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11/flwm/files/md5
Normal file
3
x11/flwm/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (flwm-0.25.tgz) = be036c20b15a28eed2b688cd7ef3f202
|
||||
SHA1 (flwm-0.25.tgz) = 9841ac029ef86fd697771e32207ba86ff43aea81
|
||||
RMD160 (flwm-0.25.tgz) = 90c87c903fea1a0c4056aa8e3e6bc1b254edf0f1
|
20
x11/flwm/patches/patch-aa
Normal file
20
x11/flwm/patches/patch-aa
Normal file
@ -0,0 +1,20 @@
|
||||
--- makeinclude.in.orig Sun Sep 12 16:04:44 1999
|
||||
+++ makeinclude.in Sun Sep 12 16:04:47 1999
|
||||
@@ -15,12 +15,12 @@
|
||||
MAKEDEPEND =@MAKEDEPEND@
|
||||
|
||||
# flags for C++ compiler:
|
||||
-CFLAGS =@CFLAGS@
|
||||
-CFLAGS_D =@CFLAGS_D@
|
||||
-CXXFLAGS =@CXXFLAGS@
|
||||
-CXXFLAGS_D =@CXXFLAGS_D@
|
||||
+CFLAGS =-I$(includedir) @CFLAGS@
|
||||
+CFLAGS_D =-I$(includedir) @CFLAGS_D@
|
||||
+CXXFLAGS =-I$(includedir) @CXXFLAGS@
|
||||
+CXXFLAGS_D =-I$(includedir) @CXXFLAGS_D@
|
||||
|
||||
# libraries to link with:
|
||||
-LDLIBS =@LIBS@ -lX11 -lXext @X_EXTRA_LIBS@ -lm
|
||||
+LDLIBS =-L$(libdir) @LIBS@ -lX11 -lXext @X_EXTRA_LIBS@ -lm
|
||||
|
||||
INSTALL =@INSTALL@
|
1
x11/flwm/pkg/COMMENT
Normal file
1
x11/flwm/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
Fast-Light Window Manager
|
1
x11/flwm/pkg/DESCR
Normal file
1
x11/flwm/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
A lightweight, fast window manager.
|
2
x11/flwm/pkg/PLIST
Normal file
2
x11/flwm/pkg/PLIST
Normal file
@ -0,0 +1,2 @@
|
||||
bin/flwm
|
||||
man/man1/flwm.1
|
Loading…
Reference in New Issue
Block a user