mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
18dbe4987a
While here: - Trim headers - Convert to USES - Remove code for unsupported version
23 lines
417 B
Makefile
23 lines
417 B
Makefile
# 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>
|