72f7a97404
PR: ports/78022 Submitted by: System Administrator <root@sentry.granch.ru> Approved by: maintainer address bounce: <kirill@solaris.ru> (reason: 554 5.7.1 Client host rejected: Presumably dialup/dsl/dynamic client address!!!!)
27 lines
600 B
Makefile
27 lines
600 B
Makefile
# New ports collection makefile for: gammu
|
|
# Date created: 12 december 2003
|
|
# Whom: Kirill Bezzubets <kirill@solaris.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gammu
|
|
PORTVERSION= 0.98.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
|
|
|
|
MAN1= gammu.1
|
|
USE_GMAKE= yes
|
|
USE_GNOME= pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
WANT_AUTOCONF_VER=253
|
|
|
|
CONFIGURE_ARGS= --disable-bluerfsearch
|
|
CONFIGURE_ENV= CFLAGS="${CFLAGS} -fPIC"
|
|
|
|
.include <bsd.port.mk>
|