summaryrefslogtreecommitdiff
path: root/net/sendsms/Makefile
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-12-21 11:21:55 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-12-21 11:21:55 +0000
commit250408275e12d0aaa0119ec8543565c2f7d584f2 (patch)
tree7b34e57e07bb2523aff793dfe024924ac6c9b871 /net/sendsms/Makefile
parent- Change MASTER_SITES to make it fetchable again (diff)
Add sendsms 0.2.3, simple perl command-line utility to send SMS via from
on provider site. PR: ports/90528 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Notes
Notes: svn path=/head/; revision=151742
Diffstat (limited to 'net/sendsms/Makefile')
-rw-r--r--net/sendsms/Makefile37
1 files changed, 37 insertions, 0 deletions
diff --git a/net/sendsms/Makefile b/net/sendsms/Makefile
new file mode 100644
index 000000000000..fafa2e6d91f8
--- /dev/null
+++ b/net/sendsms/Makefile
@@ -0,0 +1,37 @@
+# New ports collection makefile for: www/sendsms
+# Date created: 2005-12-17
+# Whom: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
+#
+# $FreeBSD$
+#
+# $Tecnik: ports/www/sendsms/Makefile,v 1.1 2005/12/17 03:27:10 itetcu Exp $
+
+PORTNAME= sendsms
+PORTVERSION= 0.2.3
+CATEGORIES= net perl5
+MASTER_SITES= http://caspian.dotconf.net/menu/Software/SendSMS/ \
+ http://people.tecnik93.com/~itetcu/FreeBSD/ports/${PORTNAME}/sources/
+DISTNAME= sendSMS.pl
+EXTRACT_SUFX= .gz
+
+MAINTAINER= itetcu@people.tecnik93.com
+COMMENT= Simple perl command-line utility to send SMS via from on provider site
+
+EXTRACT_AFTER_ARGS= > ${WRKSRC}/${PORTNAME}
+
+PLIST_FILES= bin/sendsms
+
+CONFLICTS= smstools-[0-9]*
+
+NO_BUILD= yes
+NO_WRKSUBDIR= yes
+USE_PERL5_RUN= yes
+USE_REINPLACE= yes
+
+post-patch:
+ @${REINPLACE_CMD} -e "s,/usr/bin/perl,${PERL},g" ${WRKSRC}/${PORTNAME}
+
+do-install:
+ cd ${WRKSRC} && ${INSTALL_SCRIPT} ${PORTNAME} ${PREFIX}/bin/${PORTNAME}
+
+.include <bsd.port.mk>