freebsd-ports/audio/gkrellmms/Makefile
Ade Lovett fe279f0df8 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with:	kris
Approved by:	portmgr (implicit)
2006-03-07 08:28:06 +00:00

27 lines
634 B
Makefile

# New ports collection makefile for: gkrellmms
# Date Created: Jun 22 2000
# Whom: Hajimu UMEMOTO <ume@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gkrellmms
PORTVERSION= 0.5.8
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://gkrellm.luon.net/files/
MAINTAINER= ume@FreeBSD.org
COMMENT= GKrellM XMMS Plugin
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
BUILD_DEPENDS= ${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm
WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_FILES= libexec/gkrellm/plugins/gkrellmms.so
USE_X_PREFIX= yes
USE_GNOME= imlib
.include <bsd.port.mk>