summaryrefslogtreecommitdiff
path: root/x11-themes/murrine-configurator/Makefile
blob: 8e8abe9770caa303643c04b4909b0d308e7af4cf (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
27
28
# Created by: Ted Stodgell <tstodgell@gmail.com>
# $FreeBSD$

PORTNAME=	murrine-configurator
PORTVERSION=	0.5
PORTREVISION=	7
CATEGORIES=	x11-themes
MASTER_SITES=	http://cimi.netsons.org/media/download_gallery/murrine/

MAINTAINER=	tstodgell@gmail.com
COMMENT=	GUI gtkrc configuration tool for the Murrine GTK engine

RUN_DEPENDS=	${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \
		${LOCALBASE}/lib/gtk-2.0/2.10.0/engines/libmurrine.so:${PORTSDIR}/x11-themes/gtk-murrine-engine \
		${LOCALBASE}/bin/zenity:${PORTSDIR}/x11/zenity

NO_BUILD=	yes
USE_BZIP2=	yes
USE_GNOME=	gtk20

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/files/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
	${INSTALL_DATA} ${WRKSRC}/files/${PORTNAME}.png \
		${STAGEDIR}${PREFIX}/share/pixmaps
	${INSTALL_DATA} ${WRKSRC}/files/${PORTNAME}.desktop \
		${STAGEDIR}${PREFIX}/share/applications

.include <bsd.port.mk>