freebsd-ports/comms/smstools/Makefile
Pav Lucistnik 887363be26 - Fix obvious damage from previous commit:
* cvs rm patch files, which are gone according to PR
  * fix USE_RC_SUBR handling
2006-04-25 12:54:10 +00:00

30 lines
739 B
Makefile

# New ports collection makefile for: smstools
# Date created: 06-11-2004
# Whom: Benny Kjaergaard <bennyk@wax.dk>
#
# $FreeBSD$
#
PORTNAME= smstools
PORTVERSION= 2.0.7
PORTREVISION= 1
CATEGORIES= comms
MASTER_SITES= http://www.meinemullemaus.de/software/smstools/packages/
MAINTAINER= bennyk@wax.dk
COMMENT= Tools to handle Short Message Service
LIB_DEPENDS= mm:${PORTSDIR}/devel/mm
WRKSRC= ${WRKDIR}/smstools
USE_GMAKE= yes
USE_RC_SUBR= smsd.sh
post-patch:
@${REINPLACE_CMD} ${SUB_LIST:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \
${WRKSRC}/src/smsd_cfg.c \
${WRKSRC}/install.sh \
${WRKSRC}/examples/smsd.conf.easy \
${WRKSRC}/examples/smsd.conf.full
.include <bsd.port.mk>