diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-01-28 09:00:35 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-01-28 09:00:35 +0000 |
commit | 3164cff5365823d54ec4c79efac4b0cfbf719697 (patch) | |
tree | b4e0882221bf5da870a3001820f0b14033685a89 /audio/gsm | |
parent | 6363c47054e961312ff1c2c2c682f70afdd72134 (diff) | |
download | ports-3164cff5365823d54ec4c79efac4b0cfbf719697.tar.gz ports-3164cff5365823d54ec4c79efac4b0cfbf719697.zip |
Notes
Diffstat (limited to 'audio/gsm')
-rw-r--r-- | audio/gsm/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/audio/gsm/Makefile b/audio/gsm/Makefile index 147f6b4aeb27..5e5fa335a439 100644 --- a/audio/gsm/Makefile +++ b/audio/gsm/Makefile @@ -12,6 +12,11 @@ MASTER_SITES= ftp://ftp.dvo.ru/pub/Gentoo/distfiles/ \ MAINTAINER= m.tsatsenko@gmail.com COMMENT= Audio converter and library for converting u-law to gsm encoding +LICENSE= TU-BERLIN +LICENSE_NAME= Technische Universitaet Berlin copyright +LICENSE_FILE= ${WRKSRC}/COPYRIGHT +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + WRKSRC= ${WRKDIR}/gsm-1.0-pl13 USE_LDCONFIG= yes |