aboutsummaryrefslogtreecommitdiffstats
path: root/x11/gtkchtheme/Makefile
blob: 29131df08d42b006249219d7821058137b39fd53 (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
26
# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$

PORTNAME=   gtkchtheme
PORTVERSION=    0.3.1
PORTREVISION=   10
CATEGORIES= x11
MASTER_SITES=   http://plasmasturm.org/code/gtk-chtheme/
DISTNAME=   gtk-chtheme-${PORTVERSION}

MAINTAINER= makc@FreeBSD.org
COMMENT=    GTK2 theme changer

USE_BZIP2=  yes
USES=       gmake pkgconfig
USE_GNOME=  gnomehack gnomeprefix gtk20

PLIST_FILES=    bin/gtk-chtheme
MAN1=       gtk-chtheme.1

NO_STAGE=   yes
do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/gtk-chtheme ${PREFIX}/bin
    ${INSTALL_MAN} ${WRKSRC}/gtk-chtheme.1 ${PREFIX}/man/man1

.include <bsd.port.mk>