- Fix comment
- Add LICENSE - Strip library
This commit is contained in:
parent
ae24506f89
commit
adca1c23dd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395805
1 changed files with 6 additions and 2 deletions
|
@ -3,12 +3,15 @@
|
|||
|
||||
PORTNAME= gmpc-magnatune
|
||||
PORTVERSION= 11.8.16
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= The Magnatune plugin let's you preview music from Magnatune
|
||||
COMMENT= Magnatune plugin lets you preview music from Magnatune
|
||||
|
||||
LICENSE= GPLv2 # or later
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libmpd.so:${PORTSDIR}/audio/libmpd \
|
||||
libsqlite3.so:${PORTSDIR}/databases/sqlite3
|
||||
|
@ -18,5 +21,6 @@ RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc
|
|||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= intltool glib20 gtk20 libglade2
|
||||
USES= gettext gmake libtool pkgconfig
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue