mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
- Fix LICENSE
- Add LICENSE_FILE - Update WWW - While here, pet portlint and remove superfluous license mention in pkg-descr Approved by: portmgr blanket
This commit is contained in:
parent
335248fdcc
commit
90b44d57f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=477713
@ -10,14 +10,15 @@ DISTNAME= MPDCon-${PORTVERSION}
|
||||
MAINTAINER= theraven@FreeBSD.org
|
||||
COMMENT= MPD client for GNUstep
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= gnustep
|
||||
USE_GNUSTEP= base gui back build
|
||||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/Documentation/COPYING
|
||||
|
||||
LIB_DEPENDS= libmpdclient.so.2:audio/libmpdclient \
|
||||
libSQLClient.so:databases/sqlclient
|
||||
|
||||
USES= gnustep
|
||||
USE_GNUSTEP= base gui back build
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e \
|
||||
's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
|
||||
|
@ -2,6 +2,4 @@ MPDCon is a graphical client for MPD, the Music Player Daemon
|
||||
(http://www.musicpd.org). With it you can manage your playlists,
|
||||
browse the song collection and control the daemon.
|
||||
|
||||
LICENSE: GPL2 or later
|
||||
|
||||
WWW: http://www.musicpd.org/MPDCon.shtml
|
||||
WWW: http://gap.nongnu.org/mpdcon/
|
||||
|
Loading…
Reference in New Issue
Block a user