diff options
author | martti <martti@pkgsrc.org> | 2002-02-28 11:29:16 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-02-28 11:29:16 +0000 |
commit | adb7107c46f0e7242dd9a44d3be87d7749dba450 (patch) | |
tree | dafeb256f7d9c6286558dd16a327b24c64f9968c /wm | |
parent | 828c0da9d98dfe3f9d3dffbbb5fdbf8208ca08ea (diff) | |
download | pkgsrc-adb7107c46f0e7242dd9a44d3be87d7749dba450.tar.gz |
IceWMConf is a graphical configuration tool for setting and/or changing
your options and settings for IceWM.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/icewmconf/DESCR | 2 | ||||
-rw-r--r-- | wm/icewmconf/Makefile | 27 | ||||
-rw-r--r-- | wm/icewmconf/PLIST | 2 | ||||
-rw-r--r-- | wm/icewmconf/distinfo | 5 | ||||
-rw-r--r-- | wm/icewmconf/patches/patch-aa | 15 |
5 files changed, 51 insertions, 0 deletions
diff --git a/wm/icewmconf/DESCR b/wm/icewmconf/DESCR new file mode 100644 index 00000000000..8b85b1d0a6a --- /dev/null +++ b/wm/icewmconf/DESCR @@ -0,0 +1,2 @@ +IceWMConf is a graphical configuration tool for setting and/or changing +your options and settings for IceWM. diff --git a/wm/icewmconf/Makefile b/wm/icewmconf/Makefile new file mode 100644 index 00000000000..c81c64625f8 --- /dev/null +++ b/wm/icewmconf/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/02/28 11:29:16 martti Exp $ + +DISTNAME= icewmconf-2.1.0 +CATEGORIES= wm +MASTER_SITES= http://sdboyd.dyndns.org/icewmconf/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://sdboyd.dyndns.org/icewmconf/ +COMMENT= Graphical configuration tool for IceWM + +WRKSRC= ${WRKDIR} +FILENAME= ${WRKDIR}/${DISTNAME:C/-.*//} +NO_BUILD= # defined + +post-extract: + ${MV} ${WRKDIR}/${DISTNAME} ${FILENAME} + +post-patch: + ${MV} ${FILENAME} ${FILENAME}.orig + ${SED} 's#PREFIX#${X11PREFIX}#g' \ + < ${FILENAME}.orig > ${FILENAME} + +do-install: + ${INSTALL_SCRIPT} ${FILENAME} ${PREFIX}/bin/ + +.include "../../x11/tk/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/wm/icewmconf/PLIST b/wm/icewmconf/PLIST new file mode 100644 index 00000000000..88ae7e15396 --- /dev/null +++ b/wm/icewmconf/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/02/28 11:29:16 martti Exp $ +bin/icewmconf diff --git a/wm/icewmconf/distinfo b/wm/icewmconf/distinfo new file mode 100644 index 00000000000..9da5779dc93 --- /dev/null +++ b/wm/icewmconf/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/02/28 11:29:16 martti Exp $ + +SHA1 (icewmconf-2.1.0.tar.gz) = b019c41c73fcad8f2388c016bca2b44fa4d56344 +Size (icewmconf-2.1.0.tar.gz) = 4166 bytes +SHA1 (patch-aa) = bf1f379778f8cca911e7847c35aae3318850d32a diff --git a/wm/icewmconf/patches/patch-aa b/wm/icewmconf/patches/patch-aa new file mode 100644 index 00000000000..ab02b84cc6e --- /dev/null +++ b/wm/icewmconf/patches/patch-aa @@ -0,0 +1,15 @@ +$NetBSD: patch-aa,v 1.1.1.1 2002/02/28 11:29:16 martti Exp $ + +--- icewmconf.orig Thu Feb 28 10:40:12 2002 ++++ icewmconf Thu Feb 28 10:40:58 2002 +@@ -241,9 +241,7 @@ + } + + # load the preferences files +-mergepref "/usr/lib/X11/icewm/preferences" 1 +-mergepref "/usr/local/lib/X11/icewm/preferences" 1 +-mergepref "/etc/X11/icewm/preferences" 1 ++mergepref "PREFIX/lib/X11/icewm/preferences" 1 + set dfalt_file "0" + mergepref "[string trim $env(HOME)]/.icewm/preferences" 0 + |