freebsd-ports/audio/vorbisgain/Makefile
Dmitry Marakasov 5c3c150b9f - Pet portlint
- Add LICENSE
- Add missing dependency
- Switch to USES=localbase
- Update WWW

Approved by:	portmgr blanket
2018-06-11 09:34:32 +00:00

30 lines
621 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= vorbisgain
PORTVERSION= 0.37
PORTREVISION= 5
CATEGORIES= audio
MASTER_SITES= http://sjeng.org/ftp/vorbis/
MAINTAINER= gamato@users.sf.net
COMMENT= Calculates the perceived sound level of an Ogg Vorbis file
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libvorbis.so:audio/libvorbis \
libogg.so:audio/libogg
USES= localbase:ldflags
GNU_CONFIGURE= yes
PLIST_FILES= bin/vorbisgain \
man/man1/vorbisgain.1.gz
OPTIONS_DEFINE= RECURSIVE
RECURSIVE_DESC= recursive processing and pattern matching
RECURSIVE_CONFIGURE_ENABLE= recursive
.include <bsd.port.mk>