freebsd-ports/x11-themes/murrine-configurator/Makefile

30 lines
918 B
Makefile
Raw Normal View History

# 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/
DISTNAME= murrine-configurator-${PORTVERSION}
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:
2014-01-27 12:33:59 +01:00
@${INSTALL_SCRIPT} ${WRKSRC}/files/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
@${INSTALL_DATA} ${WRKSRC}/files/${PORTNAME}.png \
2014-01-27 12:33:59 +01:00
${STAGEDIR}${PREFIX}/share/pixmaps
@${INSTALL_DATA} ${WRKSRC}/files/${PORTNAME}.desktop \
2014-01-27 12:33:59 +01:00
${STAGEDIR}${PREFIX}/share/applications
.include <bsd.port.mk>