- Fix comment

- Add LICENSE
- Strip library
This commit is contained in:
Dmitry Marakasov 2015-09-02 00:07:52 +00:00
parent ae24506f89
commit adca1c23dd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395805

View file

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