mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
6527ef2070
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
35 lines
819 B
Makefile
35 lines
819 B
Makefile
# New ports collection makefile for: slimserver-slimscrobbler
|
|
# Date created: 2005-12-31
|
|
# Whom: freebsd-ports@varju.ca
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= slimscrobbler
|
|
PORTVERSION= 0.37.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
PKGNAMEPREFIX= slimserver-
|
|
DISTNAME= SlimScrobbler${DISTVERSION:S/.//g}
|
|
|
|
MAINTAINER= freebsd-ports@varju.ca
|
|
COMMENT= SlimServer plugin for submitting updates to last.fm
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/softsqueeze:${PORTSDIR}/audio/slimserver
|
|
|
|
USE_ZIP= yes
|
|
NO_WRKSUBDIR= yes
|
|
NO_BUILD= yes
|
|
CPIOARGS= --quiet -pdum -R
|
|
|
|
SLIMDIR?= slimserver
|
|
PLIST_SUB+= SLIMDIR=${SLIMDIR}
|
|
|
|
do-install:
|
|
@cd ${WRKDIR} && \
|
|
${FIND} *Scrobble* | \
|
|
${CPIO} ${CPIOARGS} ${BINOWN}:${BINGRP} ${PREFIX}/${SLIMDIR}/Plugins
|
|
|
|
.include <bsd.port.mk>
|