blob: b18c9677c2a5ebd6ed0b34eaa65cf7b600934d97 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.17 2011/04/22 13:45:03 obache Exp $
#
DISTNAME= gtk-chtheme-0.3.1
PKGNAME= gtk2-chtheme-0.3.1
PKGREVISION= 9
CATEGORIES= x11
MASTER_SITES= http://plasmasturm.org/code/gtk-chtheme/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= kirtai@users.sourceforge.net
HOMEPAGE= http://plasmasturm.org/code/gtk-chtheme/
COMMENT= GTK+2 theme changer with preview
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= gmake perl pkg-config
REPLACE_PERL= replace
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|