diff options
author | Steve Price <steve@FreeBSD.org> | 1999-10-10 23:59:11 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-10-10 23:59:11 +0000 |
commit | a5c83cf97d11b9aefe030f0f717ab7f83da0b782 (patch) | |
tree | a0a11e878d253d6e8bd85fe18005f4cc2a7f969e /x11-wm/wmthemeinstall | |
parent | ef82993e04009403bf62f698693a594aa12d5eef (diff) | |
download | ports-a5c83cf97d11b9aefe030f0f717ab7f83da0b782.tar.gz ports-a5c83cf97d11b9aefe030f0f717ab7f83da0b782.zip |
Notes
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 000000000000..1a6da1a80d74 --- /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 000000000000..5ba5d5205cea --- /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 000000000000..1890910eeb68 --- /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 000000000000..d089f37e80e3 --- /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 000000000000..595c0aad510f --- /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 |