diff options
Diffstat (limited to 'wm/amiwm/Makefile')
-rw-r--r-- | wm/amiwm/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/wm/amiwm/Makefile b/wm/amiwm/Makefile new file mode 100644 index 00000000000..6e0a2db27ab --- /dev/null +++ b/wm/amiwm/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/12/12 02:03:46 wiz Exp $ +# + +DISTNAME= amiwm0.20pl48 +PKGNAME= amiwm-0.20p48 +CATEGORIES= x11 wm +MASTER_SITES= ftp://ftp.lysator.liu.se/pub/X11/wm/amiwm/ + +MAINTAINER= rh@trapdoor.vip.at +HOMEPAGE= http://www.lysator.liu.se/~marcus/amiwm.html + +USE_X11= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CFLAGS="-DHAVE_X11_EXTENSIONS_SHAPE_H=1 -O" \ + X_PRE_LIBS="-Wl,-R${X11BASE}/lib" \ + X_EXTRA_LIBS="-lXt" + +.include "../../mk/bsd.pkg.mk" |