freebsd-ports/audio/glurp/Makefile
Pav Lucistnik 9b9cbc596d Add glurp, a Gtk2 client to musicpd.
PR:		ports/67757
Submitted by:	Mark Daniel Reidel <ports@mark.reidel.info>
2004-06-11 14:35:22 +00:00

22 lines
515 B
Makefile

# New ports collection makefile for: glurp
# Date created: Jun 9 2004
# Whom: Mark Reidel <ports@mark.reidel.info>
#
# $FreeBSD$
#
PORTNAME= glurp
PORTVERSION= 0.3.1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@mark.reidel.info
COMMENT= Nice and clean GTK+-2.x based graphical client for musicpd
GNU_CONFIGURE= yes
USE_GNOME= libglade2
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
.include <bsd.port.mk>