diff options
author | tron <tron@pkgsrc.org> | 1998-03-24 22:45:21 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-03-24 22:45:21 +0000 |
commit | 43656b51f00fc6b57523e659f32980d9cd6ed036 (patch) | |
tree | f54f89085e67018a4a76cd7ca95175c978ea8eef /x11/xpmroot | |
parent | b2d1409e78d1b9e6ebf5d06a3a6f445f3e6a29ea (diff) | |
download | pkgsrc-43656b51f00fc6b57523e659f32980d9cd6ed036.tar.gz |
Initial commit of "xpmroot-1.01" package.
Diffstat (limited to 'x11/xpmroot')
-rw-r--r-- | x11/xpmroot/Makefile | 26 | ||||
-rw-r--r-- | x11/xpmroot/files/md5 | 1 | ||||
-rw-r--r-- | x11/xpmroot/patches/patch-aa | 23 | ||||
-rw-r--r-- | x11/xpmroot/pkg/COMMENT | 1 | ||||
-rw-r--r-- | x11/xpmroot/pkg/DESCR | 2 | ||||
-rw-r--r-- | x11/xpmroot/pkg/PLIST | 3 |
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 |