mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
0ac866631d
SNPP server. SNPP stands for Simple Network Paging Protocol. It is used by a wide range of paging providers for sending pages. A list of some of the providers that support the SNPP service is on the WWW site below. SendSNPP requires no special modules, and has been tested on Linux and Windows systems. It has a very straight forward interface making it very easy to use. PR: ports/90529 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
30 lines
821 B
Makefile
30 lines
821 B
Makefile
# New ports collection makefile for: net/sendsnpp
|
|
# Date created: 2005-12-17
|
|
# Whom: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
|
|
#
|
|
# $FreeBSD$
|
|
# $Tecnik: ports/net/sendsnpp/Makefile,v 1.1 2005/12/17 04:05:04 itetcu Exp $
|
|
|
|
PORTNAME= sendSNPP
|
|
DISTVERSION= v1.03
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= http://caspian.dotconf.net/menu/Software/SendSNPP/ \
|
|
http://people.tecnik93.com/~itetcu/FreeBSD/ports/${PORTNAME}/sources/
|
|
|
|
MAINTAINER= itetcu@people.tecnik93.com
|
|
COMMENT= Tool for sending messages through a RFC1861 compliant SNPP server
|
|
|
|
NO_BUILD= yes
|
|
USE_PERL_RUN= yes
|
|
USE_REINPLACE= yes
|
|
|
|
PLIST_FILES= bin/sendSNPP.pl
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|g' ${WRKSRC}/${PORTNAME}.pl
|
|
|
|
do-install:
|
|
cd ${WRKSRC} && ${INSTALL_SCRIPT} ${PORTNAME}.pl ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|