blob: 3da8ddf100e46608a22feccda87e1b4573086a1b (
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.92.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>
|