openbsd-ports/audio/vorbisgain/Makefile

32 lines
709 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.13 2010/10/18 21:35:48 sthen Exp $
COMMENT= add tags to Ogg Vorbis files to adjust the volume
DISTNAME= vorbisgain-0.36
2010-09-05 20:04:28 -04:00
REVISION= 1
CATEGORIES= audio
HOMEPAGE= http://sjeng.org/vorbisgain.html
MAINTAINER= Moritz Grimm <mdgrimm@gmx.net>
# (L)GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-09-05 20:04:28 -04:00
WANTLIB= c m ogg vorbis.>=4 vorbisfile.>=4
MASTER_SITES= http://sjeng.org/ftp/vorbis/
EXTRACT_SUFX= .zip
2010-09-05 20:04:28 -04:00
LIB_DEPENDS= ::audio/libvorbis
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --enable-recursive
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_GROFF = Yes
.include <bsd.port.mk>