opnsense-ports/audio/flake/Makefile

22 lines
424 B
Makefile

# Created by: David Naylor <dbn@FreeBSD.org>
# $FreeBSD$
PORTNAME= flake
PORTVERSION= 0.11
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME:tl}-enc/${PORTNAME:tl}/${PORTVERSION}
MAINTAINER= dbn@FreeBSD.org
COMMENT= FLAC audio encoder
LICENSE= LGPL21
CONFIGURE_ARGS+= --cc="${CC}"
HAS_CONFIGURE= yes
USES= gmake tar:bzip2
MAKE_JOBS_UNSAFE= yes
PLIST_FILES= bin/flake include/flake.h lib/libflake.a
.include <bsd.port.mk>