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

MAINTAINER=	portmaster@BSDforge.com
COMMENT=	Tool to send an SMS to any GSM
LICENSE=	GPLv2

LIB_DEPENDS=	libskyutils.so:misc/skyutils

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

.include <bsd.port.mk>