1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/audio/flake/Makefile
Baptiste Daroussin 18dbe4987a Mark job unsafe
While here:
- Trim headers
- Convert to USES
- Remove code for unsupported version
2013-07-11 06:39:14 +00:00

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>