diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-06-01 18:19:06 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-06-01 18:19:06 +0000 |
commit | b4e49faebe03d71adb91264f7a300f766eb93c37 (patch) | |
tree | 120f052192d5f5df2ba091a6e01d1295c87447ad /audio/bonk/Makefile | |
parent | 861aa673cc2933b8fbab356f7d3f8b172ab6544a (diff) | |
download | ports-b4e49faebe03d71adb91264f7a300f766eb93c37.tar.gz ports-b4e49faebe03d71adb91264f7a300f766eb93c37.zip |
Notes
Diffstat (limited to 'audio/bonk/Makefile')
-rw-r--r-- | audio/bonk/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/bonk/Makefile b/audio/bonk/Makefile new file mode 100644 index 000000000000..5054b0db27d3 --- /dev/null +++ b/audio/bonk/Makefile @@ -0,0 +1,19 @@ +# 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> |