2013-08-31 01:01:05 +02:00
|
|
|
# Created by: Hajimu UMEMOTO <ume@FreeBSD.org>
|
2000-09-14 21:03:23 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gkrellmms
|
2005-02-14 02:51:50 +01:00
|
|
|
PORTVERSION= 2.1.22
|
2014-09-13 17:11:27 +02:00
|
|
|
PORTREVISION= 12
|
2000-09-14 21:03:23 +02:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= http://gkrellm.luon.net/files/
|
2013-10-12 21:05:09 +02:00
|
|
|
PKGNAMESUFFIX= 2
|
2000-09-14 21:03:23 +02:00
|
|
|
|
|
|
|
MAINTAINER= ume@FreeBSD.org
|
2003-02-20 21:10:05 +01:00
|
|
|
COMMENT= GKrellM XMMS Plugin
|
2000-09-14 21:03:23 +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
|
2014-03-10 09:39:32 +01:00
|
|
|
LIB_DEPENDS= libxmms.so:${PORTSDIR}/multimedia/xmms
|
2002-09-02 20:34:28 +02:00
|
|
|
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
|
2000-09-14 21:03:23 +02:00
|
|
|
|
2002-09-03 22:43:16 +02:00
|
|
|
WRKSRC= ${WRKDIR}/gkrellmms
|
2000-09-14 21:03:23 +02:00
|
|
|
|
2005-02-04 13:50:16 +01:00
|
|
|
PLIST_FILES= libexec/gkrellm2/plugins/gkrellmms.so \
|
|
|
|
share/locale/da/LC_MESSAGES/gkrellmms.mo \
|
|
|
|
share/locale/es/LC_MESSAGES/gkrellmms.mo \
|
|
|
|
share/locale/fr/LC_MESSAGES/gkrellmms.mo \
|
|
|
|
share/locale/nl/LC_MESSAGES/gkrellmms.mo \
|
|
|
|
share/locale/ru/LC_MESSAGES/gkrellmms.mo
|
|
|
|
|
2013-09-08 10:27:08 +02:00
|
|
|
USES= gmake pkgconfig
|
2002-09-02 20:34:28 +02:00
|
|
|
|
2002-11-09 09:29:50 +01:00
|
|
|
MAKE_ENV+= PLUGIN_DIR=${PREFIX}/libexec/gkrellm2/plugins \
|
|
|
|
LOCALEDIR=${PREFIX}/share/locale \
|
|
|
|
enable_nls=1
|
2000-10-05 08:57:56 +02:00
|
|
|
|
2013-10-04 18:46:10 +02:00
|
|
|
pre-install:
|
|
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/libexec/gkrellm2/plugins
|
|
|
|
|
2012-06-16 21:11:44 +02:00
|
|
|
.include <bsd.port.mk>
|