aboutsummaryrefslogblamecommitdiff
path: root/misc/gkrellmbgchg2/Makefile
blob: 3ec3106e4d499d3e58ddb4ae4761ab7099b27481 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                       
 
                             
                      
                 
                    
                                                              
 
                                 
                                                                                
 

                     

                                                                         
 
                                     
                     


                                                        
                                                             

           

                                                             
 
                      
# Created by: Chris Stuart <firewolf@lightningfire.net>

PORTNAME=	gkrellmbgchg2
PORTVERSION=	0.1.11
PORTREVISION=	2
CATEGORIES=	misc
MASTER_SITES=	http://www.bender-suhl.de/stefan/comp/sources/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Plugin for GKrellM, which changes the desktop's background image

LICENSE=	GPLv2

BUILD_DEPENDS=	${LOCALBASE}/include/gkrellm2/gkrellm.h:sysutils/gkrellm2
RUN_DEPENDS=	gkrellm:sysutils/gkrellm2

USES=		gmake gnome pkgconfig
USE_GNOME=	gtk20

PLIST_FILES=	libexec/gkrellm2/plugins/gkrellmbgchg.so

PLUGINDIR=	${STAGEDIR}${PREFIX}/libexec/gkrellm2/plugins

do-install:
	@${MKDIR} ${PLUGINDIR}
	${INSTALL_LIB} ${WRKSRC}/gkrellmbgchg.so ${PLUGINDIR}

.include <bsd.port.mk>