mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +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.
31 lines
647 B
Makefile
31 lines
647 B
Makefile
# Created by: Emanuel Haupt <ehaupt@critical.ch>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xymms
|
|
DISTVERSION= 0.9.1
|
|
PORTREVISION= 5
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF
|
|
PKGNAMEPREFIX= xmms-
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= Sega Genesis GYM plugin for XMMS
|
|
|
|
LIB_DEPENDS= libxmms.so:${PORTSDIR}/multimedia/xmms
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= libtool
|
|
USE_GNOME= gtk12
|
|
USE_LDCONFIG= yes
|
|
CONFIGURE_ARGS= --disable-static
|
|
|
|
PLIST_FILES= lib/xmms/Input/libxymms.so \
|
|
%%EXAMPLESDIR%%/sample.gym
|
|
PLIST_DIRS= %%EXAMPLESDIR%%
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/samples/sample.gym ${STAGEDIR}${EXAMPLESDIR}
|
|
|
|
.include <bsd.port.mk>
|