c2d1a14c7c
- Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi
29 lines
680 B
Makefile
29 lines
680 B
Makefile
# New ports collection makefile for: sms2
|
|
# Date created: 04 sep 2004
|
|
# Whom: Krzysztof Kowalewski <pyzmen@kam.pl>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sms
|
|
PORTVERSION= 2.1.0
|
|
PORTREVISION= 6
|
|
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:${PORTSDIR}/ftp/curl \
|
|
pcre.3:${PORTSDIR}/devel/pcre \
|
|
gdbm.4:${PORTSDIR}/databases/gdbm \
|
|
pcre\\+\\+.0:${PORTSDIR}/devel/pcre++
|
|
|
|
LATEST_LINK= sms2
|
|
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|