diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2014-12-07 19:25:52 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2014-12-07 19:25:52 +0000 |
commit | f898d4c3a558a0fcd3e5193431a6be2c8ec8e570 (patch) | |
tree | 3fd64743f65c40ec5e679c58c2e1508abcbc13ba /audio/rawrec/Makefile | |
parent | 9e40cd586722e505f9d9dbe6ff470fcd667d2f5b (diff) | |
download | ports-f898d4c3a558a0fcd3e5193431a6be2c8ec8e570.tar.gz ports-f898d4c3a558a0fcd3e5193431a6be2c8ec8e570.zip |
Notes
Diffstat (limited to 'audio/rawrec/Makefile')
-rw-r--r-- | audio/rawrec/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/rawrec/Makefile b/audio/rawrec/Makefile index f0f6223f4684..2db545484abc 100644 --- a/audio/rawrec/Makefile +++ b/audio/rawrec/Makefile @@ -3,6 +3,7 @@ PORTNAME= rawrec PORTVERSION= 0.9.991 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SUNSITE:S/%SUBDIR%/apps\/sound\/recorders/} \ SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -10,6 +11,9 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE:S/%SUBDIR%/apps\/sound\/recorders/} \ MAINTAINER= ports@FreeBSD.org COMMENT= Utility to record and playback raw audio data +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKDIR}/${DISTNAME}/copyright + WRKSRC= ${WRKDIR}/${DISTNAME}/src USES= gmake |