1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/audio/glurp/Makefile
Renato Botelho feb5a3ea7a Update to 0.11.6
PR:		ports/96994
Submitted by:	Martin Wilke <freebsd@unixfreunde.de>
Approved by:	maintainer
2006-05-24 16:30:25 +00:00

24 lines
564 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.11.6
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_GETOPT_LONG=yes
USE_GNOME= gnometarget libglade2
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -export-dynamic" \
.include <bsd.port.mk>