aboutsummaryrefslogtreecommitdiff
path: root/misc/smssend/Makefile
blob: 8d5a9b01ed8aa2a5a50b1943bb1967c58f735e80 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	smssend
PORTVERSION=	3.6
CATEGORIES=	misc
MASTER_SITES=	https://BSDforge.com/projects/source/misc/smssend/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Tool to send an SMS to any GSM
WWW=		https://BSDforge.com/projects/misc/smssend/
LICENSE=	GPLv2

DEPRECATED=	Depends on legacy websites / pages to send SMS
EXPIRATION_DATE=2024-02-29

LIB_DEPENDS=	libskyutils.so:misc/skyutils

USES=		libtool shebangfix tar:txz
SHEBANG_FILES=	bestsms.sh email2smssend
GNU_CONFIGURE=	yes

.include <bsd.port.mk>