1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/audio/bonk/Makefile
Christian Weisgerber c7edf3c4ea Bonk was an experimental audio codec that never saw wide use. No
upstream development since 2002.  If anybody still uses this, they
should switch to audio/flac or audio/wavpack.

Set expiration date (3 months).
2014-04-10 18:53:08 +00:00

21 lines
473 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= bonk
PORTVERSION= 0.6
CATEGORIES= audio
MASTER_SITES= http://www.logarithmic.net/pfh-files/bonk/
MAINTAINER= naddy@FreeBSD.org
COMMENT= Lossy/lossless audio compressor
DEPRECATED= Obsolete experimental codec, use audio/flac or audio/wavpack
EXPIRATION_DATE= 2014-07-15
MAKE_ARGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" \
PREFIX="${STAGEDIR}${PREFIX}" INSTALL="${INSTALL_PROGRAM}"
PLIST_FILES= bin/bonk
.include <bsd.port.mk>