summaryrefslogtreecommitdiff
path: root/x11/fvwm-wharf/Makefile
diff options
context:
space:
mode:
authorgarbled <garbled>1998-08-23 07:34:17 +0000
committergarbled <garbled>1998-08-23 07:34:17 +0000
commitb34cfe23b11fbe2a6661c399e4572f30db5111d6 (patch)
tree38af29aea1d74c98d3fd93f2eee388c0ca7055a4 /x11/fvwm-wharf/Makefile
parent080273c1ee654c3fb478963bf22181895b17a5d4 (diff)
downloadpkgsrc-b34cfe23b11fbe2a6661c399e4572f30db5111d6.tar.gz
Add new pkg fvwm-wharf.
a copy of AfterStep's Wharf that is compatible with fvwm2
Diffstat (limited to 'x11/fvwm-wharf/Makefile')
-rw-r--r--x11/fvwm-wharf/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11/fvwm-wharf/Makefile b/x11/fvwm-wharf/Makefile
new file mode 100644
index 00000000000..59d2b1dae79
--- /dev/null
+++ b/x11/fvwm-wharf/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 1998/08/23 07:34:17 garbled Exp $
+
+DISTNAME= AfterStep-1.0
+PKGNAME= fvwm-wharf-1.0
+CATEGORIES= x11
+MASTER_SITES= ftp://ftp.afterstep.org/pub/
+
+MAINTAINER= root@garbled.net
+HOMEPAGE= http://www.afterstep.org
+
+DEPENDS= xpm-3.4k:../../graphics/xpm
+
+USE_X11= yes
+
+do-configure:
+ (cd ${WRKSRC} ; xmkmf ; make Makefiles)
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/modules/Wharf/Wharf ${PREFIX}/bin/Fvwm-Wharf
+ ${INSTALL_MAN} ${WRKSRC}/modules/Wharf/Wharf.man ${PREFIX}/man/man1/Fvwm-Wharf.1
+
+.include "../../mk/bsd.pkg.mk"