blob: f29584d6b9ebf3e4c125ff72ac8cc4439ab35e9b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
PORTNAME= gtkchtheme
PORTVERSION= 0.3.1
PORTREVISION= 12
CATEGORIES= x11
MASTER_SITES= http://plasmasturm.org/code/gtk-chtheme/
DISTNAME= gtk-chtheme-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= GTK2 theme changer
WWW= http://plasmasturm.org/programs/gtk-chtheme/
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake gnome pkgconfig tar:bzip2
USE_GNOME= gtk20
PLIST_FILES= bin/gtk-chtheme \
man/man1/gtk-chtheme.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gtk-chtheme ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/gtk-chtheme.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>
|