2363a28abe
the Music Player Daemon. This superceeds traymp from the same author. PR: ports/66577 Submitted by: Mark Daniel Reidel <ports@mark.reidel.info> (maintainer)
25 lines
543 B
Makefile
25 lines
543 B
Makefile
# New ports collection makefile for: gmpc
|
|
# Date created: May 12 2004
|
|
# Whom: Mark Reidel <ports@mark.reidel.info>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gmpc
|
|
PORTVERSION= 0.10.1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= musicpd
|
|
|
|
MAINTAINER= ports@mark.reidel.info
|
|
COMMENT= Tray-aware GTK2 client for musicpd
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= glib20 gtk20 libglade2
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib" \
|
|
|
|
CFLAGS+= -I${PREFIX}/include
|
|
|
|
.include <bsd.port.mk>
|