blob: 0cb7cfb5341bd12bec1695aaf0e12e1444a15aa4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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
WWW= https://BSDforge.com/projects/misc/smssend/
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>
|