freebsd-ports/misc/gkrellmbgchg/Makefile
Jim Mock a86b5a4811 gkrellmbgchg is a plugin for gkrellm which periodically updates the
desktop's background image.

Submitted by:	Chris Stuart <firewolf@lightningfire.net>
2002-08-12 21:42:51 +00:00

23 lines
544 B
Makefile

# New ports collection makefile for: gkrellmbgchg
# Date Created: 8 Aug 2002
# Whom: Chris Stuart <firewolf@lightningfire.net>
#
# $FreeBSD$
#
PORTNAME= gkrellmbgchg
PORTVERSION= 0.0.2
CATEGORIES= misc
MASTER_SITES= http://www.uni-jena.de/~p6best/comp/sources/
MAINTAINER= firewolf@lightningfire.net
BUILD_DEPENDS= ${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm
WRKSRC= ${WRKDIR}/gkrellmbgchg-${PORTVERSION}
USE_X_PREFIX= yes
USE_IMLIB= yes
.include <bsd.port.mk>