freebsd-ports/misc/gkrellmbgchg/Makefile

30 lines
742 B
Makefile
Raw Normal View History

# New ports collection makefile for: gkrellmbgchg
# Date Created: 8 Aug 2002
# Whom: Chris Stuart <firewolf@lightningfire.net>
#
# $FreeBSD$
#
PORTNAME= gkrellmbgchg
PORTVERSION= 0.0.4
PORTREVISION= 2
CATEGORIES= misc
2004-04-13 15:09:15 -04:00
MASTER_SITES= http://www.bender-suhl.de/stefan/comp/sources/
2004-02-06 06:02:12 -05:00
MAINTAINER= ports@FreeBSD.org
2003-02-21 07:51:06 -05:00
COMMENT= A plugin for GKrellM, which changes the desktop's background image
BUILD_DEPENDS= ${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm
USE_X_PREFIX= yes
USE_GNOME= imlib
PLIST_FILES= libexec/gkrellm/plugins/gkrellmbgchg.so
2005-05-23 09:06:08 -04:00
do-install:
${INSTALL_DATA} ${STRIP} ${WRKSRC}/gkrellmbgchg.so \
${PREFIX}/libexec/gkrellm/plugins
.include <bsd.port.mk>