- Add LICENSE
- Strip library
This commit is contained in:
parent
adca1c23dd
commit
c597507141
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395806
1 changed files with 5 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
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/
|
||||
|
@ -12,6 +12,9 @@ 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
|
||||
|
@ -21,5 +24,6 @@ CPPFLAGS+= -I${LOCALBASE}/include
|
|||
LIBS+= -L${LOCALBASE}/lib
|
||||
USES= gettext gmake libtool pkgconfig
|
||||
USE_GNOME= glib20 gtk20 intltool libxml2
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue