mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
19 lines
418 B
Makefile
19 lines
418 B
Makefile
# Created by: Miklos Niedermayer <mico@bsd.hu>
|
|
|
|
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>
|