aboutsummaryrefslogtreecommitdiff
path: root/audio/flake/Makefile
blob: 95e073b8b01a42267b02e6642eaf774a2adc8d59 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: David Naylor <dbn@FreeBSD.org>
# $FreeBSD$

PORTNAME=	flake
PORTVERSION=	0.11
CATEGORIES=	audio
MASTER_SITES=	SF
MASTER_SITE_SUBDIR=	${PORTNAME:L}-enc/${PORTNAME:L}/${PORTVERSION}

MAINTAINER=	dbn@FreeBSD.org
COMMENT=	FLAC audio encoder

LICENSE=	LGPL21

HAS_CONFIGURE=	yes
USE_BZIP2=	yes
USES=		gmake
MAKE_JOBS_UNSAFE=	yes

PLIST_FILES=	bin/flake include/flake.h lib/libflake.a

.include <bsd.port.mk>