1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/audio/gkrellmvolume/Makefile

28 lines
618 B
Makefile
Raw Normal View History

# New ports collection makefile for: gkrellmvolume
# Date Created: Jun 22 2000
# Whom: Hajimu UMEMOTO <ume@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gkrellmvolume
PORTVERSION= 0.8
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://gkrellm.luon.net/files/
DISTNAME= volume-${PORTVERSION}
MAINTAINER= ume@FreeBSD.org
2003-02-20 20:10:05 +00:00
COMMENT= GKrellM volume plugin
BUILD_DEPENDS= ${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm
2001-01-14 15:15:04 +00:00
WRKSRC= ${WRKDIR}/volume
PLIST_FILES= libexec/gkrellm/plugins/volume.so
USE_X_PREFIX= yes
USE_GNOME= imlib
.include <bsd.port.mk>