aboutsummaryrefslogtreecommitdiff
path: root/multimedia/libdvdnav
diff options
context:
space:
mode:
authorGanael LAPLANCHE <martymac@FreeBSD.org>2021-01-07 16:11:28 +0000
committerGanael LAPLANCHE <martymac@FreeBSD.org>2021-01-07 16:11:28 +0000
commit07284b587381727a400f28ae8da2ff5b67ac152b (patch)
tree0896fe08e8430708a68b9bee5fb170bbaa9eb50b /multimedia/libdvdnav
parentff17d2794263754c05ec1dd91665b3efbd619a12 (diff)
downloadports-07284b587381727a400f28ae8da2ff5b67ac152b.tar.gz
ports-07284b587381727a400f28ae8da2ff5b67ac152b.zip
Small port cleanup
- Clean up master sites - Remove useless dependency to gmake - Add a license file
Notes
Notes: svn path=/head/; revision=560721
Diffstat (limited to 'multimedia/libdvdnav')
-rw-r--r--multimedia/libdvdnav/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/multimedia/libdvdnav/Makefile b/multimedia/libdvdnav/Makefile
index 16ae3c20e46f..bf02798703f1 100644
--- a/multimedia/libdvdnav/Makefile
+++ b/multimedia/libdvdnav/Makefile
@@ -4,21 +4,19 @@
PORTNAME= libdvdnav
PORTVERSION= 6.1.0
CATEGORIES= multimedia
-MASTER_SITES= http://download.videolan.org/pub/videolan/libdvdnav/${PORTVERSION}/ \
- http://dvdnav.mplayerhq.hu/releases/ \
- http://contribs.martymac.org/FreeBSD-ports/distfiles/ \
- LOCAL/martymac
+MASTER_SITES= https://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION}/
MAINTAINER= martymac@FreeBSD.org
COMMENT= Videolan version of the libdvdnav project
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libdvdread.so:multimedia/libdvdread
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
-USES= tar:bz2 gmake libtool pathfix pkgconfig
+USES= libtool pathfix pkgconfig tar:bz2
USE_CSTD= c99
USE_LDCONFIG= yes