Initial import of wmthemeinstall version 0.62.
A program for managing themes for WindowMaker. PR: 14241 Submitted by: Will Andrews <andrews@technologist.com>
This commit is contained in:
parent
ef82993e04
commit
a5c83cf97d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22340
5 changed files with 56 additions and 0 deletions
41
x11-wm/wmthemeinstall/Makefile
Normal file
41
x11-wm/wmthemeinstall/Makefile
Normal file
|
@ -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>
|
1
x11-wm/wmthemeinstall/distinfo
Normal file
1
x11-wm/wmthemeinstall/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (wmthemeinstall-0.62.tar.gz) = 6af50990ac02973bd09d3cb0e06a74ff
|
1
x11-wm/wmthemeinstall/pkg-comment
Normal file
1
x11-wm/wmthemeinstall/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A neat theme manager for WindowMaker
|
8
x11-wm/wmthemeinstall/pkg-descr
Normal file
8
x11-wm/wmthemeinstall/pkg-descr
Normal file
|
@ -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>
|
5
x11-wm/wmthemeinstall/pkg-plist
Normal file
5
x11-wm/wmthemeinstall/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
bin/wmthemeinstall
|
||||
share/wmthemeinstall/AUTHORS
|
||||
share/wmthemeinstall/ChangeLog
|
||||
share/wmthemeinstall/README
|
||||
@dirrm share/wmthemeinstall
|
Loading…
Reference in a new issue