1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/audio/glurp/Makefile
Dennis Herrmann 8548627a98 - Update to 0.12.3
PR:		ports/157137
Submitted by:	Zhihao Yuan <lichray@gmail.com>
Approved by:	maintainer timeout
2011-06-23 13:08:53 +00:00

24 lines
542 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.12.3
CATEGORIES= audio
MASTER_SITES= SF
MAINTAINER= ports@mark.reidel.info
COMMENT= Nice and clean GTK+-2.x based graphical client for musicpd
LIB_DEPENDS= mpd.3:${PORTSDIR}/audio/libmpd
GNU_CONFIGURE= yes
USE_GNOME= gtk20 glib20 gnometarget libglade2
MAKE_ARGS+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -export-dynamic" \
.include <bsd.port.mk>