summaryrefslogtreecommitdiff
path: root/audio/freeswitch-sounds-fr/Makefile
diff options
context:
space:
mode:
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"