summaryrefslogtreecommitdiff
path: root/x11/xbanner/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1998-08-18 21:54:39 +0000
committertron <tron@pkgsrc.org>1998-08-18 21:54:39 +0000
commit9cb20fc7a43447e4bbdc419820b91ed5ea5412e1 (patch)
tree580a28aa071b62997e812daedbefac6229a1117b /x11/xbanner/Makefile
parentf38f06e04f0a2905507fc17389397144ddd84e88 (diff)
downloadpkgsrc-9cb20fc7a43447e4bbdc419820b91ed5ea5412e1.tar.gz
New "xbanner" package created by Tim Rightnour:
make your XDM login screen look pretty.
Diffstat (limited to 'x11/xbanner/Makefile')
-rw-r--r--x11/xbanner/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/x11/xbanner/Makefile b/x11/xbanner/Makefile
new file mode 100644
index 00000000000..e1f73e39ba0
--- /dev/null
+++ b/x11/xbanner/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 1998/08/18 21:54:39 tron Exp $
+
+DISTNAME= XBanner1.31
+PKGNAME= xbanner-1.31
+CATEGORIES= games x11
+MASTER_SITES= ftp://ftp.digital.com/pub/linux/XBanner/
+
+MAINTAINER= root@garbled.net
+
+DEPENDS+= xpm-3.4k:../../graphics/xpm
+
+NO_INSTALL_MANPAGES= yes
+USE_IMAKE= yes
+
+post-install:
+ @${MKDIR} ${X11BASE}/share/examples/xbanner
+ @${MKDIR} ${X11BASE}/share/doc/xbanner
+ ${CP} -R ${WRKSRC}/docs/* ${X11BASE}/share/doc/xbanner
+ ${CP} -R ${WRKSRC}/samples/* ${X11BASE}/share/examples/xbanner
+
+.include "../../mk/bsd.pkg.mk"