2003-10-13 19:26:08 -04:00
|
|
|
# New ports collection makefile for: mpc
|
|
|
|
# Date created: Oct 02 2003
|
|
|
|
# Whom: Mark Reidel <ports@mark.reidle.info>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mpc
|
2004-03-25 14:21:20 -05:00
|
|
|
PORTVERSION= 0.10.2
|
2004-02-22 17:38:36 -05:00
|
|
|
CATEGORIES= audio ipv6
|
2003-10-13 19:26:08 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= musicpd
|
|
|
|
|
|
|
|
MAINTAINER= ports@mark.reidel.info
|
|
|
|
COMMENT= Command line client for the musicpd
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2004-03-03 15:51:37 -05:00
|
|
|
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2003-10-13 19:26:08 -04:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib" \
|
|
|
|
|
|
|
|
CFLAGS+= -I${PREFIX}/include
|
|
|
|
|
2003-10-27 13:52:55 -05:00
|
|
|
MAN1= mpc.1
|
|
|
|
|
2003-10-13 19:26:08 -04:00
|
|
|
.include <bsd.port.mk>
|