summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorjnemeth <jnemeth@pkgsrc.org>2010-03-08 00:24:43 +0000
committerjnemeth <jnemeth@pkgsrc.org>2010-03-08 00:24:43 +0000
commit90268468a267ff4531dcaca63000e3ca7792a7a9 (patch)
tree96b69b92ccd2366ae58c4df955ae792242b8e948 /comms
parent534619dd4a11fd70dba77f06c623e63610220048 (diff)
downloadpkgsrc-90268468a267ff4531dcaca63000e3ca7792a7a9.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/Makefile13
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"