aboutsummaryrefslogtreecommitdiffstats
path: root/comms/gammu/Makefile
blob: 3040af8518b2939234d270c235ff617d25a35735 (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
25
# New ports collection makefile for:   gammu
# Date created:        12 december 2003
# Whom:                Kirill Bezzubets <kirill@solaris.ru>
#
# $FreeBSD$
#

PORTNAME=   gammu
PORTVERSION=    0.94.0
CATEGORIES= comms
MASTER_SITES=   http://www.mwiacek.com/zips/gsm/gammu/older/ \
        http://www.kirill.spb.ru/gammu/

MAINTAINER= kirill@solaris.ru
COMMENT=    GNU All Mobile Management Utilities

BUILD_DEPENDS=  autoconf:${PORTSDIR}/devel/autoconf

MAN1=       gammu.1
USE_GMAKE=  yes
GNU_CONFIGURE=  yes

CONFIGURE_ARGS= --disable-fbuspl2303

.include <bsd.port.mk>