mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
5d33b25ea4
PR: 45225 Submitted by: firewolf <firewolf@lightningfire.net> (maintainer)
25 lines
608 B
Makefile
25 lines
608 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.3
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.uni-jena.de/~p6best/comp/sources/ \
|
|
http://141.35.2.84/~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_GNOMENG= yes
|
|
USE_GNOME= imlib
|
|
|
|
.include <bsd.port.mk>
|