3a9e54ad70
PR: ports/74559 Submitted by: Krzysztof Kowalewski <pyzmen@kam.pl> (maintainer) Nagged by: kris
27 lines
658 B
Makefile
27 lines
658 B
Makefile
# New ports collection makefile for: sms2
|
|
# Date created: 04 sep 2004
|
|
# Whom: Krzysztof Kowalewski <pyzmen@kam.pl>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sms
|
|
PORTVERSION= 2.0.2
|
|
CATEGORIES= polish
|
|
MASTER_SITES= http://ceti.pl/~miki/komputery/download/sms/ \
|
|
http://radioemiter.pl/~mjd/slackware/sms2/ \
|
|
http://pyzmen.kam.pl/sms/
|
|
|
|
MAINTAINER= pyzmen@kam.pl
|
|
COMMENT= Send SMS to cellular phones in Poland (Idea, ERA, Plus)
|
|
|
|
LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl \
|
|
pcre.0:${PORTSDIR}/devel/pcre \
|
|
gdbm.3:${PORTSDIR}/databases/gdbm
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/pcre++.h:${PORTSDIR}/devel/pcre++
|
|
|
|
LATEST_LINK= sms2
|
|
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|