aboutsummaryrefslogblamecommitdiffstats
path: root/audio/gmpc/Makefile
blob: 589d7e5800386f492c771f344884dd6432512e0b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                            



                                                            

                      












                                                   
                      
# 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>