mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
2ffbea1568
dependent ports and convert them to USES=libtool too. audio/scrobbler: - USES=tar:bzip2. - Don't link with libstdc++. audio/xmms-bonk: - Don't link with libstdc++. audio/xmms-flac: - Remove unneeded dependencies. - Remove $FreeBSD$ from patches. audio/xmms-scrobbler: - Use OPTIONS_SLAVE. audio/xmms-timidity: - USES=tar:bzip2. - Install the library instead of the source code file. audio/xmms-volnorm: - Remove do-install.
37 lines
982 B
Makefile
37 lines
982 B
Makefile
# Created by: Hajimu UMEMOTO <ume@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gkrellmms
|
|
PORTVERSION= 2.1.22
|
|
PORTREVISION= 11
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://gkrellm.luon.net/files/
|
|
PKGNAMESUFFIX= 2
|
|
|
|
MAINTAINER= ume@FreeBSD.org
|
|
COMMENT= GKrellM XMMS Plugin
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2
|
|
LIB_DEPENDS= libxmms.so:${PORTSDIR}/multimedia/xmms
|
|
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
|
|
|
|
WRKSRC= ${WRKDIR}/gkrellmms
|
|
|
|
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
|
|
|
|
USES= gmake pkgconfig
|
|
|
|
MAKE_ENV+= PLUGIN_DIR=${PREFIX}/libexec/gkrellm2/plugins \
|
|
LOCALEDIR=${PREFIX}/share/locale \
|
|
enable_nls=1
|
|
|
|
pre-install:
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/libexec/gkrellm2/plugins
|
|
|
|
.include <bsd.port.mk>
|