blob: 588b27189e5f68eb14561d039d457f950c0f90d0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection makefile for: sms2
# Date created: 04 sep 2004
# Whom: Krzysztof Kowalewski <pyzmen@kam.pl>
#
# $FreeBSD$
#
PORTNAME= sms
DISTVERSION= 2.0.4rc2
CATEGORIES= polish
MASTER_SITES= http://ceti.pl/~miki/komputery/download/sms/ \
http://radioemiter.pl/~mjd/slackware/sms2/ \
http://pyzmen.kam.pl/sms/ \
ftp://ftp.ma.krakow.pl/pub/sms/
MAINTAINER= pyzmen@kam.pl
COMMENT= Send SMS to cellular phones in Poland (Idea, ERA, Plus)
LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl \
pcre.0:${PORTSDIR}/devel/pcre \
gdbm.3:${PORTSDIR}/databases/gdbm \
pcre\\+\\+.0:${PORTSDIR}/devel/pcre++
LATEST_LINK= sms2
USE_GMAKE= yes
.include <bsd.port.mk>
|