mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +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.
27 lines
675 B
Makefile
27 lines
675 B
Makefile
# Created by: lx@redundancy.redundancy.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wmalbum
|
|
PORTVERSION= 0.1.5
|
|
PORTREVISION= 9
|
|
CATEGORIES= audio windowmaker
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= lx@redundancy.redundancy.org
|
|
COMMENT= Dockapp to display album covers for XMMS
|
|
|
|
LIB_DEPENDS= libxmms.so:${PORTSDIR}/multimedia/xmms \
|
|
libgdk_pixbuf_xlib.so:${PORTSDIR}/graphics/gdk-pixbuf
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_CSTD= gnu89
|
|
|
|
PLIST_FILES= bin/wmalbum \
|
|
man/man1/wmalbum.1.gz
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/wmalbum/wmalbum ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/wmalbum.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|