diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-12-05 18:08:06 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-12-05 18:08:06 +0000 |
commit | 66b54e8ce48582a97d132a21c3cad5dfd579715d (patch) | |
tree | 14465e45a5b83584f705985beceb6b9dc9c2d8d2 /x11/gtk2-theme-switch/Makefile | |
parent | 63a8362f5c696010a4d2745103780dade6b8823b (diff) | |
download | pkgsrc-66b54e8ce48582a97d132a21c3cad5dfd579715d.tar.gz |
Initial import of gtk2-theme-switch-2.0.0rc2 from pkgsrc-wip, packaged
by Michal Pasternak.
gtk2-theme-switch is an utility, which allows easy changing of the
current GTK 2.x font and theme.
Diffstat (limited to 'x11/gtk2-theme-switch/Makefile')
-rw-r--r-- | x11/gtk2-theme-switch/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/x11/gtk2-theme-switch/Makefile b/x11/gtk2-theme-switch/Makefile new file mode 100644 index 00000000000..8b5225bff03 --- /dev/null +++ b/x11/gtk2-theme-switch/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/12/05 18:08:06 xtraeme Exp $ +# + +DISTNAME= gtk-theme-switch-2.0.0rc2 +PKGNAME= ${DISTNAME:S/gtk/gtk2/} +CATEGORIES= x11 +MASTER_SITES= http://www.muhri.net/ + +MAINTAINER= dotz@irc.pl +HOMEPAGE= http://www.muhri.net/ +COMMENT= Allows quick & easy switching of GTK+ 2.x themes + +USE_BUILDLINK2= YES +USE_GMAKE= YES + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/switch2 \ + ${PREFIX}/bin/gtk2-theme-switch + ${INSTALL_MAN} ${WRKSRC}/switch.1 \ + ${PREFIX}/man/man1/gtk2-theme-switch.1 + +.include "../../x11/gtk2/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" |