diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-15 20:26:07 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-15 20:26:07 +0800 |
commit | ab02ed8aedc5bd5639929373b83083020be36545 (patch) | |
tree | 88ea4da7972a06e479a2aac82f98fd2248a6d927 /audio | |
parent | ef782fb39d56cef3e4980e74b0cfa5d1a0c25ade (diff) | |
download | freebsd-ports-gnome-ab02ed8aedc5bd5639929373b83083020be36545.tar.gz freebsd-ports-gnome-ab02ed8aedc5bd5639929373b83083020be36545.tar.zst freebsd-ports-gnome-ab02ed8aedc5bd5639929373b83083020be36545.zip |
- Add LICENSE
- Fix binary installation, strip properly
- Fix WWW:
Diffstat (limited to 'audio')
-rw-r--r-- | audio/vitunes/Makefile | 5 | ||||
-rw-r--r-- | audio/vitunes/files/patch-Makefile | 8 | ||||
-rw-r--r-- | audio/vitunes/pkg-descr | 2 |
3 files changed, 9 insertions, 6 deletions
diff --git a/audio/vitunes/Makefile b/audio/vitunes/Makefile index 4e23390397d0..5b979ec12a32 100644 --- a/audio/vitunes/Makefile +++ b/audio/vitunes/Makefile @@ -3,7 +3,7 @@ PORTNAME= vitunes PORTVERSION= 2.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://vitunes.org/files/ \ http://mirror.4bit.ws/ \ @@ -12,6 +12,9 @@ MASTER_SITES= http://vitunes.org/files/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Curses-based media player with vim-like keybinds +LICENSE= ISCL +LICENSE_FILE= ${WRKSRC}/LICENSE + RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib diff --git a/audio/vitunes/files/patch-Makefile b/audio/vitunes/files/patch-Makefile index 3cd3836e2df6..c465e5272c25 100644 --- a/audio/vitunes/files/patch-Makefile +++ b/audio/vitunes/files/patch-Makefile @@ -1,13 +1,13 @@ ---- Makefile.orig 2014-05-22 20:16:49.520071386 +0800 -+++ Makefile 2014-05-22 20:17:06.033081335 +0800 +--- Makefile.orig 2012-01-02 21:02:11 UTC ++++ Makefile @@ -40,8 +40,8 @@ clean: rm -f vitunes vitunes.core vitunes-debug.log install: vitunes - /usr/bin/install -c -m 0555 vitunes $(BINDIR) - /usr/bin/install -c -m 0444 vitunes.1 $(MANDIR) -+ /usr/bin/install -c -m 0555 vitunes $(DESTDIR)$(BINDIR) -+ /usr/bin/install -c -m 0444 vitunes.1 $(DESTDIR)$(MANDIR) ++ ${BSD_INSTALL_PROGRAM} -c -m 0555 vitunes $(DESTDIR)$(BINDIR) ++ ${BSD_INSTALL_MAN} -c -m 0444 vitunes.1 $(DESTDIR)$(MANDIR) uninstall: rm -f $(BINDIR)/vitunes diff --git a/audio/vitunes/pkg-descr b/audio/vitunes/pkg-descr index 891d8cfa4ac4..08156764a1d4 100644 --- a/audio/vitunes/pkg-descr +++ b/audio/vitunes/pkg-descr @@ -3,4 +3,4 @@ systems with vim-like keybinds. Its primary goal is to serve as an index of "tagged" multimedia files and provide a quick, easy interface for browsing & searching your files, and creating playlists. -WWW: http://vitunes.org/ +WWW: http://vitunes.org/ |