Annotation of pkgsrc/audio/gmpc/Makefile, revision 1.92

1.92    ! kleink      1: # $NetBSD: Makefile,v 1.91 2018/11/12 03:51:07 ryoon Exp $
1.1       grant       2: 
1.65      drochner    3: DISTNAME=              gmpc-11.8.16
1.92    ! kleink      4: PKGREVISION=           25
1.1       grant       5: CATEGORIES=            audio
1.80      agc         6: MASTER_SITES=          http://download.sarine.nl/Programs/gmpc/11.8/
                      7: MASTER_SITES+=         ${MASTER_SITE_SOURCEFORGE:=musicpd/}
1.1       grant       8: 
1.26      drochner    9: MAINTAINER=            [email protected]
1.30      obache     10: HOMEPAGE=              http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client
1.1       grant      11: COMMENT=               GNOME client for the Music Player Daemon
1.30      obache     12: LICENSE=               gnu-gpl-v2
                     13: 
1.1       grant      14: USE_PKGLOCALEDIR=      yes
                     15: GNU_CONFIGURE=         yes
1.26      drochner   16: USE_TOOLS+=            intltool msgfmt pkg-config gmake
1.16      wiz        17: PKGCONFIG_OVERRIDE=    data/gmpc.pc.in
1.46      hans       18: REPLACE_SH=            remote/gmpc-remote-stream
1.1       grant      19: 
1.30      obache     20: .include "options.mk"
1.27      joerg      21: 
1.65      drochner   22: CONFIGURE_ARGS+=       --disable-libspiff
1.3       grant      23: 
1.37      joerg      24: BUILDLINK_API_DEPENDS.libmpd+= libmpd>=0.20.0
1.10      wiz        25: .include "../../audio/libmpd/buildlink3.mk"
1.28      drochner   26: .include "../../devel/gob2/buildlink3.mk"
1.10      wiz        27: .include "../../devel/glib2/buildlink3.mk"
1.28      drochner   28: .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
1.74      youri      29: .include "../../net/libsoup/buildlink3.mk"
1.10      wiz        30: .include "../../x11/gtk2/buildlink3.mk"
1.26      drochner   31: .include "../../x11/libSM/buildlink3.mk"
1.65      drochner   32: .include "../../x11/libunique/buildlink3.mk"
1.28      drochner   33: .include "../../sysutils/desktop-file-utils/desktopdb.mk"
1.1       grant      34: .include "../../mk/bsd.pkg.mk"

CVSweb <[email protected]>