diff options
Diffstat (limited to 'audio/glurp/Makefile')
-rw-r--r-- | audio/glurp/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/glurp/Makefile b/audio/glurp/Makefile index eb7988d03f95..23b6c0e9dc09 100644 --- a/audio/glurp/Makefile +++ b/audio/glurp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: glurp -# Date created: Jun 9 2004 -# Whom: Mark Reidel <ports@mark.reidel.info> -# +# Created by: Mark Reidel <ports@mark.reidel.info> # $FreeBSD$ -# PORTNAME= glurp PORTVERSION= 0.12.3 @@ -17,6 +13,7 @@ COMMENT= Nice and clean GTK+-2.x based graphical client for musicpd LIB_DEPENDS= mpd.4:${PORTSDIR}/audio/libmpd GNU_CONFIGURE= yes +USES= gmake pkgconfig USE_GNOME= gtk20 glib20 libglade2 MAKE_ARGS+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -export-dynamic" \ |