1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/audio/scmpc/Makefile
Peter Pentchev c189a6b2da Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
2009-01-23 15:43:14 +00:00

34 lines
724 B
Makefile

# New ports collection makefile for: scmpc
# Date created: January 16, 2008
# Whom: Pavel Motyrev <legioner.r@gmail.com>
#
# $FreeBSD$
#
PORTNAME= scmpc
PORTVERSION= 0.2.2
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= BERLIOS
MAINTAINER= legioner.r@gmail.com
COMMENT= An Audioscrobbler client for MPD
LIB_DEPENDS= argtable2.1:${PORTSDIR}/devel/argtable \
confuse.0:${PORTSDIR}/devel/libconfuse \
daemon.0:${PORTSDIR}/devel/libdaemon \
curl.5:${PORTSDIR}/ftp/curl
USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= scmpc.1
PLIST_FILES= bin/scmpc share/scmpc/scmpc.conf
PLIST_DIRS= share/scmpc
.include <bsd.port.mk>