diff options
author | steve <steve@FreeBSD.org> | 1999-10-10 23:59:11 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-10-10 23:59:11 +0000 |
commit | 2ff48687ee6d3cceebd970743f37e7b079e07383 (patch) | |
tree | 4255b886397b54f8df3d9d01c34208698a79ccde /x11-wm/wmthemeinstall | |
parent | f775f37501e06e1c89deda2e549827099c8fb893 (diff) | |
download | FreeBSD-ports-2ff48687ee6d3cceebd970743f37e7b079e07383.zip FreeBSD-ports-2ff48687ee6d3cceebd970743f37e7b079e07383.tar.gz |
Initial import of wmthemeinstall version 0.62.
A program for managing themes for WindowMaker.
PR: 14241
Submitted by: Will Andrews <andrews@technologist.com>
Diffstat (limited to 'x11-wm/wmthemeinstall')
-rw-r--r-- | x11-wm/wmthemeinstall/Makefile | 41 | ||||
-rw-r--r-- | x11-wm/wmthemeinstall/distinfo | 1 | ||||
-rw-r--r-- | x11-wm/wmthemeinstall/pkg-comment | 1 | ||||
-rw-r--r-- | x11-wm/wmthemeinstall/pkg-descr | 8 | ||||
-rw-r--r-- | x11-wm/wmthemeinstall/pkg-plist | 5 |
5 files changed, 56 insertions, 0 deletions
diff --git a/x11-wm/wmthemeinstall/Makefile b/x11-wm/wmthemeinstall/Makefile new file mode 100644 index 0000000..1a6da1a --- /dev/null +++ b/x11-wm/wmthemeinstall/Makefile @@ -0,0 +1,41 @@ +# New ports collection makefile for: WindowMaker Theme Installer +# Version required: 0.62 +# Date created: 09 Oct 1999 +# Whom: Will Andrews <andrews@technologist.com> +# +# $FreeBSD$ +# + +DISTNAME= wmthemeinstall-0.62 +CATEGORIES= x11-wm +MASTER_SITES= http://hellblazer.dhis.org/projects/wmthemeinstall/download/ + +MAINTAINER= andrews@technologist.com + +RUN_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 + +USE_X_PREFIX= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" +DOCS_DIR= ${PREFIX}/share/wmthemeinstall + +pre-build: + @${SED} -e s,/usr/local,${PREFIX},g ${WRKSRC}/wmOptions.c \ + > ${WRKSRC}/wmOptions.c.new + @${MV} ${WRKSRC}/wmOptions.c.new ${WRKSRC}/wmOptions.c + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/wmthemeinstall ${PREFIX}/bin +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCS_DIR} + @${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCS_DIR} + @${INSTALL_DATA} ${WRKSRC}/README ${DOCS_DIR} + @${INSTALL_DATA} ${WRKSRC}/AUTHORS ${DOCS_DIR} + @${ECHO} + @${ECHO} "Documentation was installed in ${DOCS_DIR}." + @${ECHO} +.endif + +.include <bsd.port.mk> diff --git a/x11-wm/wmthemeinstall/distinfo b/x11-wm/wmthemeinstall/distinfo new file mode 100644 index 0000000..5ba5d52 --- /dev/null +++ b/x11-wm/wmthemeinstall/distinfo @@ -0,0 +1 @@ +MD5 (wmthemeinstall-0.62.tar.gz) = 6af50990ac02973bd09d3cb0e06a74ff diff --git a/x11-wm/wmthemeinstall/pkg-comment b/x11-wm/wmthemeinstall/pkg-comment new file mode 100644 index 0000000..1890910 --- /dev/null +++ b/x11-wm/wmthemeinstall/pkg-comment @@ -0,0 +1 @@ +A neat theme manager for WindowMaker diff --git a/x11-wm/wmthemeinstall/pkg-descr b/x11-wm/wmthemeinstall/pkg-descr new file mode 100644 index 0000000..d089f37 --- /dev/null +++ b/x11-wm/wmthemeinstall/pkg-descr @@ -0,0 +1,8 @@ +wmthemeinstall is a neat program that helps windowmaker users +manage their themes, i.e. install them, turn them on, move them +around, etc. + +WWW: http://hellblazer.dhis.org/projects/wmthemeinstall/ +Author: Craig Hanson <grunyon@mtlug.org> + +- Will <andrews@technologist.com> diff --git a/x11-wm/wmthemeinstall/pkg-plist b/x11-wm/wmthemeinstall/pkg-plist new file mode 100644 index 0000000..595c0aa --- /dev/null +++ b/x11-wm/wmthemeinstall/pkg-plist @@ -0,0 +1,5 @@ +bin/wmthemeinstall +share/wmthemeinstall/AUTHORS +share/wmthemeinstall/ChangeLog +share/wmthemeinstall/README +@dirrm share/wmthemeinstall |