Index: head/audio/gmpc-lastfm/Makefile =================================================================== --- head/audio/gmpc-lastfm/Makefile (revision 395805) +++ head/audio/gmpc-lastfm/Makefile (revision 395806) @@ -1,25 +1,29 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= gmpc-lastfm PORTVERSION= 0.20.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \ http://freebsd.unixfreunde.de/sources/ DISTNAME= gmpc-last-fm-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Last.FM metadata fetcher plugin for gmpc +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libmpd.so:${PORTSDIR}/audio/libmpd BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib USES= gettext gmake libtool pkgconfig USE_GNOME= glib20 gtk20 intltool libxml2 +INSTALL_TARGET= install-strip .include