mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
053fdb6a6b
(Part 2)
27 lines
567 B
Makefile
27 lines
567 B
Makefile
# 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>
|