2005-12-21 12:21:55 +01:00
|
|
|
# New ports collection makefile for: www/sendsms
|
|
|
|
# Date created: 2005-12-17
|
|
|
|
# Whom: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
|
|
|
|
#
|
2006-05-12 15:35:32 +02:00
|
|
|
# $Tecnik: ports/www/sendsms/Makefile,v 1.3 2006/05/12 12:15:34 itetcu Exp $
|
2005-12-21 12:21:55 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= sendsms
|
2006-05-12 15:35:32 +02:00
|
|
|
PORTVERSION= 0.2.4
|
2005-12-21 12:21:55 +01:00
|
|
|
CATEGORIES= net perl5
|
|
|
|
MASTER_SITES= http://caspian.dotconf.net/menu/Software/SendSMS/ \
|
2008-03-25 10:53:44 +01:00
|
|
|
http://T32.TecNik93.com/FreeBSD/ports/${PORTNAME}/sources/
|
2005-12-21 12:21:55 +01:00
|
|
|
DISTNAME= sendSMS.pl
|
|
|
|
EXTRACT_SUFX= .gz
|
|
|
|
|
2006-05-12 15:35:32 +02:00
|
|
|
MAINTAINER= itetcu@FreeBSD.org
|
2005-12-21 12:21:55 +01:00
|
|
|
COMMENT= Simple perl command-line utility to send SMS via from on provider site
|
|
|
|
|
|
|
|
EXTRACT_AFTER_ARGS= > ${WRKSRC}/${PORTNAME}
|
|
|
|
|
|
|
|
PLIST_FILES= bin/sendsms
|
|
|
|
|
2008-11-14 11:27:24 +01:00
|
|
|
CONFLICTS= gnokii-[0-9]* smstools-[0-9]*
|
2005-12-21 12:21:55 +01:00
|
|
|
|
|
|
|
NO_BUILD= yes
|
|
|
|
NO_WRKSUBDIR= yes
|
2006-05-12 15:35:32 +02:00
|
|
|
USE_PERL5= yes
|
2005-12-21 12:21:55 +01:00
|
|
|
|
|
|
|
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>
|