mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
24 lines
536 B
Makefile
24 lines
536 B
Makefile
# Created by: Hajimu UMEMOTO <ume@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gkrellmvolume
|
|
PORTVERSION= 0.8
|
|
PORTREVISION= 8
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://gkrellm.luon.net/files/
|
|
DISTNAME= volume-${PORTVERSION}
|
|
|
|
MAINTAINER= ume@FreeBSD.org
|
|
COMMENT= GKrellM volume plugin
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm
|
|
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm
|
|
|
|
WRKSRC= ${WRKDIR}/volume
|
|
|
|
PLIST_FILES= libexec/gkrellm/plugins/volume.so
|
|
USE_GNOME= imlib
|
|
NO_STAGE= yes
|
|
|
|
.include <bsd.port.mk>
|