diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-10-18 02:07:18 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-10-18 02:07:18 +0800 |
commit | 57e11215e82474b9b76072389133c40cd55cb9b1 (patch) | |
tree | 39491ca8ec97fd959c94a87244413d19aabf1b4c /multimedia/mediainfo/Makefile | |
parent | 0177bed4964bff35c488161cfa597ea726702fbc (diff) | |
download | freebsd-ports-gnome-57e11215e82474b9b76072389133c40cd55cb9b1.tar.gz freebsd-ports-gnome-57e11215e82474b9b76072389133c40cd55cb9b1.tar.zst freebsd-ports-gnome-57e11215e82474b9b76072389133c40cd55cb9b1.zip |
- Update to 0.7.78
- Add LICENSE_FILE
- Cleanup Makefile
Changes: http://mediaarea.net/MediaInfo/ChangeLog
Diffstat (limited to 'multimedia/mediainfo/Makefile')
-rw-r--r-- | multimedia/mediainfo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mediainfo/Makefile b/multimedia/mediainfo/Makefile index 6dcdeb376a60..a84947ebb064 100644 --- a/multimedia/mediainfo/Makefile +++ b/multimedia/mediainfo/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mediainfo -PORTVERSION= 0.7.77 +PORTVERSION= 0.7.78 CATEGORIES= multimedia MASTER_SITES= http://mediaarea.net/download/binary/${PORTNAME}/${PORTVERSION}/ \ LOCAL/sunpoet @@ -12,12 +12,12 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Provides technical and tag information for video and audio files LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/../../../License.html LIB_DEPENDS= libmediainfo.so:${PORTSDIR}/multimedia/libmediainfo \ libzen.so:${PORTSDIR}/multimedia/libzen CONFIGURE_ARGS= --enable-shared -CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= libtool pathfix pkgconfig tar:bzip2 |