2000-06-22 20:16:28 +02:00
|
|
|
# New ports collection makefile for: gkrellmvolume
|
|
|
|
# Date Created: Jun 22 2000
|
|
|
|
# Whom: Hajimu UMEMOTO <ume@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gkrellmvolume
|
2004-10-17 19:16:22 +02:00
|
|
|
PORTVERSION= 2.1.13
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 8
|
2000-06-22 20:16:28 +02:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= http://gkrellm.luon.net/files/
|
2002-09-02 20:30:53 +02:00
|
|
|
DISTNAME= gkrellm-volume-${PORTVERSION}
|
2000-06-22 20:16:28 +02:00
|
|
|
|
|
|
|
MAINTAINER= ume@FreeBSD.org
|
2003-02-20 21:10:05 +01:00
|
|
|
COMMENT= GKrellM volume plugin
|
2000-06-22 20:16:28 +02:00
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2
|
2002-09-02 20:30:53 +02:00
|
|
|
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
|
2000-06-22 20:16:28 +02:00
|
|
|
|
2004-01-29 12:41:48 +01:00
|
|
|
LATEST_LINK= gkrellmvolume2
|
2002-10-05 21:47:25 +02:00
|
|
|
WRKSRC= ${WRKDIR}/gkrellm-volume
|
2001-01-14 16:15:04 +01:00
|
|
|
|
2005-02-04 13:50:16 +01:00
|
|
|
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
|
|
|
|
|
2002-11-06 21:10:50 +01:00
|
|
|
USE_GMAKE= yes
|
2002-09-02 20:30:53 +02:00
|
|
|
|
2002-11-06 21:10:50 +01:00
|
|
|
MAKE_ENV+= PLUGIN_DIR=${PREFIX}/libexec/gkrellm2/plugins \
|
|
|
|
LOCALEDIR=${PREFIX}/share/locale \
|
2008-07-25 11:08:42 +02:00
|
|
|
enable_nls=1
|
2000-06-22 20:16:28 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|