freebsd-ports/audio/gkrellmvolume2/Makefile
Edwin Groothuis 6527ef2070 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 13:08:29 +00:00

39 lines
1.1 KiB
Makefile

# New ports collection makefile for: gkrellmvolume
# Date Created: Jun 22 2000
# Whom: Hajimu UMEMOTO <ume@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gkrellmvolume
PORTVERSION= 2.1.13
PORTREVISION= 5
#PORTREVISION= 0
CATEGORIES= audio
MASTER_SITES= http://gkrellm.luon.net/files/
DISTNAME= gkrellm-volume-${PORTVERSION}
MAINTAINER= ume@FreeBSD.org
COMMENT= GKrellM volume plugin
BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
LATEST_LINK= gkrellmvolume2
WRKSRC= ${WRKDIR}/gkrellm-volume
PLIST_FILES= libexec/gkrellm2/plugins/volume.so \
share/locale/de/LC_MESSAGES/gkrellm-volume.mo \
share/locale/es/LC_MESSAGES/gkrellm-volume.mo \
share/locale/fr/LC_MESSAGES/gkrellm-volume.mo \
share/locale/nl/LC_MESSAGES/gkrellm-volume.mo \
share/locale/pl/LC_MESSAGES/gkrellm-volume.mo \
share/locale/ru/LC_MESSAGES/gkrellm-volume.mo
USE_GMAKE= yes
MAKE_ENV+= PLUGIN_DIR=${PREFIX}/libexec/gkrellm2/plugins \
LOCALEDIR=${PREFIX}/share/locale \
enable_nls=1 CC="${CC}"
.include <bsd.port.mk>