1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/audio/bonk/Makefile
Christian Weisgerber ddb3811bd6 Homepage/master site has moved.
Submitted by:	fenner	(portsurvey)
2006-03-22 16:08:30 +00:00

22 lines
433 B
Makefile

# New ports collection makefile for: bonk
# Date created: Jun 1, 2001
# Whom: 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
MAKE_ARGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" \
PREFIX="${PREFIX}" INSTALL="${INSTALL_PROGRAM}"
PLIST_FILES= bin/bonk
.include <bsd.port.mk>