freebsd-ports/audio/gmpc/Makefile
Pav Lucistnik 2363a28abe After repocopy from audio/traymp, add gmpc, a tray-aware GTK2-client for MPD,
the Music Player Daemon. This superceeds traymp from the same author.

PR:		ports/66577
Submitted by:	Mark Daniel Reidel <ports@mark.reidel.info> (maintainer)
2004-05-16 21:47:21 +00:00

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>