1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-29 21:39:24 +00:00
freebsd-ports/audio/bonk/Makefile
Ying-Chieh Liao b4e49faebe add bonk
lossy/lossless audio compressor
2001-06-01 18:19:06 +00:00

20 lines
371 B
Makefile

# ex:ts=8
# New ports collection makefile for: bonk
# Date created: Jun 1, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= bonk
PORTVERSION= 0.4
CATEGORIES= audio
MASTER_SITES= http://yoyo.cc.monash.edu.au/~pfh/bonk/
MAINTAINER= ijliao@FreeBSD.org
post-patch:
@${PERL} -pi -e "s,%%INSTALL_PROGRAM%%,${INSTALL_PROGRAM},g" ${WRKSRC}/Makefile
.include <bsd.port.mk>