e398feae50
ChangeLog: https://bsdforge.com/projects/misc/smssend/files/ChangeLog Submitter becomes maintainer PR: 251544 Submitted by: portmaster@bsdforge.com
20 lines
430 B
Makefile
20 lines
430 B
Makefile
# Created by: Miklos Niedermayer <mico@bsd.hu>
|
|
# $FreeBSD$
|
|
|
|
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>
|