diff options
Diffstat (limited to 'audio/ctronome/Makefile')
-rw-r--r-- | audio/ctronome/Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/audio/ctronome/Makefile b/audio/ctronome/Makefile index 7c601228f55b..3eb4cb647b47 100644 --- a/audio/ctronome/Makefile +++ b/audio/ctronome/Makefile @@ -2,13 +2,19 @@ # $FreeBSD$ PORTNAME= ctronome -PORTVERSION= 0.5.3 -PORTREVISION= 1 +PORTVERSION= 0.5.4 CATEGORIES= audio MASTER_SITES= http://ctronome.kign.org/source/ MAINTAINER= ports@FreeBSD.org -COMMENT= A programmable console-based metronome +COMMENT= Programmable console-based metronome + +LICENSE= GPLv2 + +PLIST_FILES= bin/ctronome \ + %%DATADIR%%/metronome1.wav \ + %%DATADIR%%/metronome2.wav +PLIST_DIRS= %%DATADIR%% post-patch: @${REINPLACE_CMD} -e 's|linux/soundcard.h|sys/soundcard.h|' ${WRKSRC}/ctronome.h ${WRKSRC}/dsp.c |