blob: d0c66e22f73967f9764be6ce2be6c88318af7c9f (
plain)
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
26
|
# New ports collection makefile for: gammu
# Date created: 12 december 2003
# Whom: Kirill Bezzubets <kirill@solaris.ru>
#
# $FreeBSD$
#
PORTNAME= gammu
PORTVERSION= 0.92.0
PORTREVISION= 1
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>
|