summaryrefslogtreecommitdiff
path: root/audio/freeswitch-sounds-fr/Makefile
diff options
context:
space:
mode:
authordarcy <darcy>2012-10-21 18:50:53 +0000
committerdarcy <darcy>2012-10-21 18:50:53 +0000
commit11c890920da35af8a9c96039aa417edc32d3e923 (patch)
tree6e4c09fb751e65764627e0001f7e4ed1f0227671 /audio/freeswitch-sounds-fr/Makefile
parentc03dbdab591c172a4be80618df3fc47cc9717d40 (diff)
downloadpkgsrc-11c890920da35af8a9c96039aa417edc32d3e923.tar.gz
Add English, French and Russian sounds for FreeSWITCH.
Diffstat (limited to 'audio/freeswitch-sounds-fr/Makefile')
-rw-r--r--audio/freeswitch-sounds-fr/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/audio/freeswitch-sounds-fr/Makefile b/audio/freeswitch-sounds-fr/Makefile
new file mode 100644
index 00000000000..ba63fb7c865
--- /dev/null
+++ b/audio/freeswitch-sounds-fr/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1 2012/10/21 18:50:53 darcy Exp $
+
+DISTNAME= freeswitch-sounds-fr${VERSION}
+VERSION= 1.0.18
+CATEGORIES= audio
+MASTER_SITES= http://files.freeswitch.org/
+DIST_SUBDIR= freeswitch
+
+MAINTAINER= darcy@NetBSD.org
+COMMENT= FreeSwitch Sounds (French)
+LICENSE= mpl-1.1
+
+SOUNDSDIR= share/freeswitch/sounds
+USE_TOOLS+= tar
+INSTALLATION_DIRS+= ${SOUNDSDIR}
+GENERATE_PLIST+= ${FIND} ${WRKDIR}/fr \( -type f -o -type l \) -print \
+ | ${SORT} | ${SED} -e "s,${WRKDIR}/,${SOUNDSDIR}/,g";
+NO_BUILD= yes
+
+do-install:
+ @${ECHO_MSG} "Installing files..."
+ cd ${WRKDIR} && ${TAR} cf - fr | \
+ ${TAR} xf - -C ${DESTDIR}${PREFIX}/${SOUNDSDIR}
+
+.include "options.mk"
+
+.include "../../mk/bsd.pkg.mk"