diff options
author | jnemeth <jnemeth> | 2010-03-08 00:24:43 +0000 |
---|---|---|
committer | jnemeth <jnemeth> | 2010-03-08 00:24:43 +0000 |
commit | bd4c127f9f0b398c6bcc747c203c6d96aa1d31b0 (patch) | |
tree | 96b69b92ccd2366ae58c4df955ae792242b8e948 /comms | |
parent | 9f35cd5d9269954e51f6a6652c0c719c464a56da (diff) | |
download | pkgsrc-bd4c127f9f0b398c6bcc747c203c6d96aa1d31b0.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" |