diff options
author | wiz <wiz> | 2000-12-12 02:19:57 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-12-12 02:19:57 +0000 |
commit | ee2cc08030d8be5c8018c57b433abdb5516f8785 (patch) | |
tree | aeec731d6601b7e736eaac6ad5a193ce67db156c /x11/amiwm/Makefile | |
parent | 25eaa9cab2fcfa9534bc3e47d6efe5fd41da6179 (diff) | |
download | pkgsrc-ee2cc08030d8be5c8018c57b433abdb5516f8785.tar.gz |
Remove packages that have been moved from x11 to wm (oops, forgot Makefiles).
Diffstat (limited to 'x11/amiwm/Makefile')
-rw-r--r-- | x11/amiwm/Makefile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/x11/amiwm/Makefile b/x11/amiwm/Makefile deleted file mode 100644 index 3b09d353ca6..00000000000 --- a/x11/amiwm/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# $NetBSD: Makefile,v 1.10 1999/07/07 21:11:56 tron Exp $ -# - -DISTNAME= amiwm0.20pl48 -PKGNAME= amiwm-0.20p48 -CATEGORIES= x11 -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" |