1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/misc/smssend/Makefile
Dmitry Marakasov daa2e2bb7c - Switch to USES=libtool, drop .la files
- Mirror distfiles
2014-06-27 22:32:22 +00:00

26 lines
524 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:${PORTSDIR}/misc/skyutils
USES= libtool shebangfix
SHEBANG_FILES= bestsms.sh email2smssend
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/smssend
.include <bsd.port.mk>