summaryrefslogtreecommitdiff
path: root/misc/freeswitch-scripts-devel
diff options
context:
space:
mode:
Diffstat (limited to 'misc/freeswitch-scripts-devel')
-rw-r--r--misc/freeswitch-scripts-devel/Makefile49
-rw-r--r--misc/freeswitch-scripts-devel/distinfo2
-rw-r--r--misc/freeswitch-scripts-devel/pkg-descr1
3 files changed, 0 insertions, 52 deletions
diff --git a/misc/freeswitch-scripts-devel/Makefile b/misc/freeswitch-scripts-devel/Makefile
deleted file mode 100644
index dd286edb848f..000000000000
--- a/misc/freeswitch-scripts-devel/Makefile
+++ /dev/null
@@ -1,49 +0,0 @@
-# Created by: Richard Neese <r.neese@gmail.com>
-# $FreeBSD$
-
-PORTNAME= freeswitch
-DISTVERSION= 1.2.3
-CATEGORIES= misc
-MASTER_SITES= http://files.freeswitch.org/
-PKGNAMESUFFIX= -scripts-devel
-DIST_SUBDIR= ${PORTNAME}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= FreeSwitch Scripts
-
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2014-03-10
-
-RUN_DEPENDS= freeswitch:${PORTSDIR}/net/freeswitch-core-devel
-
-CONFLICTS= freeswitch-scripts-[0-9]*
-
-USE_BZIP2= yes
-NO_BUILD= yes
-
-FREESWITCH_USER= freeswitch
-FREESWITCH_GROUP= ${FREESWITCH_USER}
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}/scripts/
-
-EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME}
-PORTEXAMPLES= *
-
-NO_STAGE= yes
-pre-su-install:
- @${RM} ${WRKSRC}/javascript/ps_pizza.js
- @${RM} ${WRKSRC}/javascript/pizza.js
- @${RM} -rf ${WRKSRC}/javascript/js_modules
- @${MKDIR} ${EXAMPLESDIR}/scripts
- @${CHOWN} ${FREESWITCH_USER}:${FREESWITCH_GROUP} ${EXAMPLESDIR}/scripts
- @${TOUCH} ${EXAMPLESDIR}/scripts/.freeswitch-scripts
- @${CHOWN} ${FREESWITCH_USER}:${FREESWITCH_GROUP} ${EXAMPLESDIR}/scripts/.freeswitch-scripts
-
-do-install:
- (cd ${WRKSRC} && ${COPYTREE_SHARE} . \
- ${EXAMPLESDIR}/scripts/)
-
- @${CHOWN} -R ${FREESWITCH_USER}:${FREESWITCH_GROUP} \
- ${EXAMPLESDIR}/scripts/
-
-.include <bsd.port.mk>
diff --git a/misc/freeswitch-scripts-devel/distinfo b/misc/freeswitch-scripts-devel/distinfo
deleted file mode 100644
index 8bdb2b1658e8..000000000000
--- a/misc/freeswitch-scripts-devel/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (freeswitch/freeswitch-1.2.3.tar.bz2) = 13bc3fd76b6dbcccb5647ddd674cbd9b5273d397952a14ae37d9b0725cb1db4d
-SIZE (freeswitch/freeswitch-1.2.3.tar.bz2) = 41821905
diff --git a/misc/freeswitch-scripts-devel/pkg-descr b/misc/freeswitch-scripts-devel/pkg-descr
deleted file mode 100644
index bee8cf8fc976..000000000000
--- a/misc/freeswitch-scripts-devel/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-Port for Various Freeswitch scripts.