2002-03-21 16:25:50 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.8 2002/03/21 21:25:56 espie Exp $
|
initial import of wmtheme-1.2.8:
--
wmtheme is a utility which, generally speaking, allows you to perform
certain operations on themes by name. For example, to rename do wmtheme
-r oldname newname; to activate do wmtheme name, to get from themes.org
do wmtheme -g name.
Furthermore, it takes great care to make installation painless, in spite
of evolving formats, packaging carelessness, and incompatibility between
old themes and current window managers. wmtheme -i theme-package.tar.gz
will almost always result in a correct installation. It will also take
steps to clean up settings that don't belong in themes, and disable
suspicious-looking shell commands (these sorts of things might occur in
Window Maker or Blackbox themes). This behavior can be turned off,
however.
Supports themes for the following:
- AfterStep (astheme)
- Blackbox (bbtheme)
- Enlightenment (etheme)
- Golem (gotheme)
- gtk+ (gtktheme)
- IceWM (itheme)
- Oroborus (ortheme)
- Sawfish (sftheme)
- Window Maker (wmtheme)
- xmms (xmtheme)
WWW: http://wmtheme.sourceforge.net/
2001-09-06 23:12:57 -04:00
|
|
|
|
|
|
|
COMMENT= "window manager theme utility"
|
|
|
|
|
2001-10-24 09:48:11 -04:00
|
|
|
DISTNAME= wmtheme-1.3
|
initial import of wmtheme-1.2.8:
--
wmtheme is a utility which, generally speaking, allows you to perform
certain operations on themes by name. For example, to rename do wmtheme
-r oldname newname; to activate do wmtheme name, to get from themes.org
do wmtheme -g name.
Furthermore, it takes great care to make installation painless, in spite
of evolving formats, packaging carelessness, and incompatibility between
old themes and current window managers. wmtheme -i theme-package.tar.gz
will almost always result in a correct installation. It will also take
steps to clean up settings that don't belong in themes, and disable
suspicious-looking shell commands (these sorts of things might occur in
Window Maker or Blackbox themes). This behavior can be turned off,
however.
Supports themes for the following:
- AfterStep (astheme)
- Blackbox (bbtheme)
- Enlightenment (etheme)
- Golem (gotheme)
- gtk+ (gtktheme)
- IceWM (itheme)
- Oroborus (ortheme)
- Sawfish (sftheme)
- Window Maker (wmtheme)
- xmms (xmtheme)
WWW: http://wmtheme.sourceforge.net/
2001-09-06 23:12:57 -04:00
|
|
|
CATEGORIES= x11
|
2002-03-21 16:25:50 -05:00
|
|
|
NEED_VERSION= 1.515
|
initial import of wmtheme-1.2.8:
--
wmtheme is a utility which, generally speaking, allows you to perform
certain operations on themes by name. For example, to rename do wmtheme
-r oldname newname; to activate do wmtheme name, to get from themes.org
do wmtheme -g name.
Furthermore, it takes great care to make installation painless, in spite
of evolving formats, packaging carelessness, and incompatibility between
old themes and current window managers. wmtheme -i theme-package.tar.gz
will almost always result in a correct installation. It will also take
steps to clean up settings that don't belong in themes, and disable
suspicious-looking shell commands (these sorts of things might occur in
Window Maker or Blackbox themes). This behavior can be turned off,
however.
Supports themes for the following:
- AfterStep (astheme)
- Blackbox (bbtheme)
- Enlightenment (etheme)
- Golem (gotheme)
- gtk+ (gtktheme)
- IceWM (itheme)
- Oroborus (ortheme)
- Sawfish (sftheme)
- Window Maker (wmtheme)
- xmms (xmtheme)
WWW: http://wmtheme.sourceforge.net/
2001-09-06 23:12:57 -04:00
|
|
|
|
|
|
|
HOMEPAGE= http://wmtheme.sourceforge.net/
|
|
|
|
|
|
|
|
MAINTAINER= David Lebel <lebel@openbsd.org>
|
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= wmtheme
|
|
|
|
|
2001-10-24 10:07:10 -04:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
2001-10-31 23:27:09 -05:00
|
|
|
LIB_DEPENDS= gtk.1.2,gdk.1.2::x11/gtk+
|
initial import of wmtheme-1.2.8:
--
wmtheme is a utility which, generally speaking, allows you to perform
certain operations on themes by name. For example, to rename do wmtheme
-r oldname newname; to activate do wmtheme name, to get from themes.org
do wmtheme -g name.
Furthermore, it takes great care to make installation painless, in spite
of evolving formats, packaging carelessness, and incompatibility between
old themes and current window managers. wmtheme -i theme-package.tar.gz
will almost always result in a correct installation. It will also take
steps to clean up settings that don't belong in themes, and disable
suspicious-looking shell commands (these sorts of things might occur in
Window Maker or Blackbox themes). This behavior can be turned off,
however.
Supports themes for the following:
- AfterStep (astheme)
- Blackbox (bbtheme)
- Enlightenment (etheme)
- Golem (gotheme)
- gtk+ (gtktheme)
- IceWM (itheme)
- Oroborus (ortheme)
- Sawfish (sftheme)
- Window Maker (wmtheme)
- xmms (xmtheme)
WWW: http://wmtheme.sourceforge.net/
2001-09-06 23:12:57 -04:00
|
|
|
USE_GMAKE= Yes
|
|
|
|
EXTRA_THEMES= gotheme ortheme
|
|
|
|
|
|
|
|
FAKE_FLAGS+= prefix=${PREFIX} DESTDIR=${WRKINST}
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.for i in ${EXTRA_THEMES}
|
|
|
|
cd ${PREFIX}/bin; ln -sf wmtheme $i;
|
|
|
|
cd ${PREFIX}/man/man1; ln -sf wmtheme.1.gz $i.1.gz
|
|
|
|
.endfor
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|