summaryrefslogtreecommitdiff
path: root/comms/sms_client/Makefile
blob: 7ef4c1556a5c03a4a524fbe412e19a514e164985 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:   sms_client
# Date created:        11 January 2001
# Whom:                George Reid <greid@ukug.uk.freebsd.org>
#
# $FreeBSD$
#

PORTNAME=       	sms_client
PORTVERSION=		3.0.2
CATEGORIES=     	comms
MASTER_SITES=   	http://www.styx.demon.co.uk/archive/

MAINTAINER=		ports@FreeBSD.org
COMMENT=	A simple UNIX SMS client to send messages to phones or pagers

HAS_CONFIGURE=		yes

MAN1=			sms_client.1

post-configure:
	${SED} -e 's@gcc@${CC}@g' -e 's@-Wall@${CFLAGS} -Wall@g' \
		${FILESDIR}/Makefile.config > ${WRKSRC}/Makefile.config

.include <bsd.port.mk>