diff options
author | jnemeth <jnemeth@pkgsrc.org> | 2010-03-08 00:24:43 +0000 |
---|---|---|
committer | jnemeth <jnemeth@pkgsrc.org> | 2010-03-08 00:24:43 +0000 |
commit | fb14ac38a11e3fefdd977d1e1e9720c636201211 (patch) | |
tree | 96b69b92ccd2366ae58c4df955ae792242b8e948 /comms | |
parent | b1a1cf525ed9ba06100286fbbf7b06920929ef9c (diff) | |
download | pkgsrc-fb14ac38a11e3fefdd977d1e1e9720c636201211.tar.gz |
- take over maintainship as I handle most Asterisk stuff
- mark as destdir ready
XXX The Makefile has a comment saying that "this program" is licensed
under GPL. There is a README file saying that the sounds are licensed
under a BSD licence. Need to check for updates and/or contact upstream
for clarification and a proper licence file.
XXX The PLIST needs some serious TLC.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/asterisk-sounds-extra/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/comms/asterisk-sounds-extra/Makefile b/comms/asterisk-sounds-extra/Makefile index dfe6cd8afca..17818e92155 100644 --- a/comms/asterisk-sounds-extra/Makefile +++ b/comms/asterisk-sounds-extra/Makefile @@ -1,14 +1,17 @@ -# $NetBSD: Makefile,v 1.7 2009/05/20 23:42:59 zafer Exp $ +# $NetBSD: Makefile,v 1.8 2010/03/08 00:24:43 jnemeth Exp $ # -VER= 1.2.1 -DISTNAME= asterisk-sounds-${VER} -PKGNAME= asterisk-sounds-extra-${VER} +DISTNAME= asterisk-sounds-${DIST_VERS} +PKGNAME= asterisk-sounds-extra-${DIST_VERS} CATEGORIES= comms MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= jnemeth@NetBSD.org HOMEPAGE= http://www.asterisk.org/ COMMENT= Asterisk IVR and miscellaneous sound files +DIST_VERS= 1.2.1 + +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../mk/bsd.pkg.mk" |