freebsd-ports/audio/mpc/Makefile
Kirill Ponomarev 2eca413e13 - Update to version 0.9.1
PR:		58821
Submitted by:	Mark Daniel Reidel <ports@mark.reidel.info> (maintainer)
2003-11-02 10:18:18 +00:00

26 lines
507 B
Makefile

# New ports collection makefile for: mpc
# Date created: Oct 02 2003
# Whom: Mark Reidel <ports@mark.reidle.info>
#
# $FreeBSD$
#
PORTNAME= mpc
PORTVERSION= 0.9.1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= musicpd
MAINTAINER= ports@mark.reidel.info
COMMENT= Command line client for the musicpd
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
CFLAGS+= -I${PREFIX}/include
MAN1= mpc.1
.include <bsd.port.mk>