a86b5a4811
desktop's background image. Submitted by: Chris Stuart <firewolf@lightningfire.net>
23 lines
544 B
Makefile
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>
|