1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/misc/smssend/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

23 lines
450 B
Makefile

# Created by: Miklos Niedermayer <mico@bsd.hu>
# $FreeBSD$
PORTNAME= smssend
PORTVERSION= 3.5
PORTREVISION= 2
CATEGORIES= misc
MASTER_SITES= LOCAL/laszlof \
http://mirror.amdmi3.ru/distfiles/
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool to send a SMS to any GSM
LIB_DEPENDS= libskyutils.so:misc/skyutils
USES= libtool shebangfix
SHEBANG_FILES= bestsms.sh email2smssend
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.mk>