If somebody is removed who actually wants maintainer and either didn't receive the mail, or didn't bother to reply to it, they are free to send a diff to reinstate. ok sthen@, jca@
26 lines
440 B
Makefile
26 lines
440 B
Makefile
# $OpenBSD: Makefile,v 1.10 2019/07/17 14:49:20 danj Exp $
|
|
|
|
COMMENT = last.fm client for xmms2
|
|
|
|
DISTNAME = xmms2-scrobbler-0.4.0
|
|
REVISION = 1
|
|
|
|
CATEGORIES = audio
|
|
|
|
HOMEPAGE = http://code-monkey.de/pages/xmms2-scrobbler
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += c curl pthread xmmsclient
|
|
|
|
MASTER_SITES = ftp://ftp.code-monkey.de/pub/xmms2-scrobbler/
|
|
|
|
LIB_DEPENDS = audio/xmms2
|
|
|
|
USE_GMAKE = Yes
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|