5066b58aeb
PR: ports/77696 Submitted by: Sam Lawrance <boris@brooknet.com.au>
33 lines
852 B
Makefile
33 lines
852 B
Makefile
# New ports collection makefile for: gkrellmbgchg
|
|
# Date Created: 8 Aug 2002
|
|
# Whom: Chris Stuart <firewolf@lightningfire.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gkrellmbgchg2
|
|
PORTVERSION= 0.1.3
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.bender-suhl.de/stefan/comp/sources/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A plugin for GKrellM, which changes the desktop's background image
|
|
|
|
BUILD_DEPENDS= ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2
|
|
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GNOME= gtk20
|
|
USE_REINPLACE= yes
|
|
|
|
PLIST_FILES= libexec/gkrellm2/plugins/gkrellmbgchg.so
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-O3||g' ${WRKSRC}/Makefile
|
|
|
|
do-install:
|
|
@${MKDIR} ${PREFIX}/libexec/gkrellm2/plugins
|
|
${INSTALL_DATA} ${WRKSRC}/gkrellmbgchg.so \
|
|
${PREFIX}/libexec/gkrellm2/plugins
|
|
|
|
.include <bsd.port.mk>
|