summaryrefslogtreecommitdiff
path: root/x11/xpmroot
diff options
context:
space:
mode:
authortron <tron>1998-03-24 22:45:21 +0000
committertron <tron>1998-03-24 22:45:21 +0000
commitb524c4954dbe32d617ec9912609a9243366202d2 (patch)
treef54f89085e67018a4a76cd7ca95175c978ea8eef /x11/xpmroot
parentc5f41c34d17175f950aba9b0427014b35c23164d (diff)
downloadpkgsrc-b524c4954dbe32d617ec9912609a9243366202d2.tar.gz
Initial commit of "xpmroot-1.01" package.
Diffstat (limited to 'x11/xpmroot')
-rw-r--r--x11/xpmroot/Makefile26
-rw-r--r--x11/xpmroot/files/md51
-rw-r--r--x11/xpmroot/patches/patch-aa23
-rw-r--r--x11/xpmroot/pkg/COMMENT1
-rw-r--r--x11/xpmroot/pkg/DESCR2
-rw-r--r--x11/xpmroot/pkg/PLIST3
6 files changed, 56 insertions, 0 deletions
diff --git a/x11/xpmroot/Makefile b/x11/xpmroot/Makefile
new file mode 100644
index 00000000000..41d90edb272
--- /dev/null
+++ b/x11/xpmroot/Makefile
@@ -0,0 +1,26 @@
+#
+# New packages collection makefile for: xpmroot
+# Version required: 2.0.46
+# Date created: 24 Mar 1998
+# Whom: tron@netbsd.org
+#
+# $NetBSD: Makefile,v 1.1 1998/03/24 22:45:21 tron Exp $
+#
+
+DISTNAME= fvwm-2.0.46
+PKGNAME= xpmroot-1.01
+CATEGORIES= x11
+MASTER_SITES= ftp://ftp.ics.es.osaka-u.ac.jp/pub/CFAN/sources/2.0.x/ \
+ ftp://ftp.TokyoNet.AD.JP/pub/X/fvwm/sources/2.0.x/ \
+ ftp://ftp.hpc.uh.edu/pub/fvwm/version-2/
+
+MAINTAINER= tron@netbsd.org
+
+LIB_DEPENDS= Xpm.4.:${PORTSDIR}/graphics/xpm
+
+USE_IMAKE= yes
+CAT1= xpmroot.0
+
+WRKSRC= ${WRKDIR}/fvwm-2.0.46/xpmroot
+
+.include <bsd.port.mk>
diff --git a/x11/xpmroot/files/md5 b/x11/xpmroot/files/md5
new file mode 100644
index 00000000000..c73858c3712
--- /dev/null
+++ b/x11/xpmroot/files/md5
@@ -0,0 +1 @@
+MD5 (fvwm-2.0.46.tar.gz) = da4a7d4c4e81e5de3ecdc02026fa1fa9
diff --git a/x11/xpmroot/patches/patch-aa b/x11/xpmroot/patches/patch-aa
new file mode 100644
index 00000000000..e9c6f180c7f
--- /dev/null
+++ b/x11/xpmroot/patches/patch-aa
@@ -0,0 +1,23 @@
+--- Imakefile.orig Sat Feb 17 05:44:43 1996
++++ Imakefile Tue Mar 24 23:14:07 1998
+@@ -1,17 +1,10 @@
+ /*
+- * Imakefile for fvwm 2.0 -- xpmroot
++ * Imakefile for xpmroot
+ */
+
+-FVWM_SRCDIR = ..
+-#include "../Fvwm.tmpl"
+-
+-#if HasXpm
+-
+ SRCS = xpmroot.c
+ OBJS = xpmroot.o
+
+-LOCAL_LIBRARIES = $(FVWM_LIBS) $(XLIB)
+-
+-FvwmProgramTarget(xpmroot)
+-#endif
++LOCAL_LIBRARIES = -lXpm $(XLIB)
+
++ComplexProgramTarget(xpmroot)
diff --git a/x11/xpmroot/pkg/COMMENT b/x11/xpmroot/pkg/COMMENT
new file mode 100644
index 00000000000..4958804995e
--- /dev/null
+++ b/x11/xpmroot/pkg/COMMENT
@@ -0,0 +1 @@
+Sets the root window to an Xpm pixmap
diff --git a/x11/xpmroot/pkg/DESCR b/x11/xpmroot/pkg/DESCR
new file mode 100644
index 00000000000..79a09faa290
--- /dev/null
+++ b/x11/xpmroot/pkg/DESCR
@@ -0,0 +1,2 @@
+xpmroot reads the Xpm file specified in the command line and displays it in
+the root window.
diff --git a/x11/xpmroot/pkg/PLIST b/x11/xpmroot/pkg/PLIST
new file mode 100644
index 00000000000..c3054d784c0
--- /dev/null
+++ b/x11/xpmroot/pkg/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 1998/03/24 22:45:22 tron Exp $
+bin/xpmroot
+man/cat1/xpmroot.0