diff options
Diffstat (limited to 'comms/gammu/Makefile')
-rw-r--r-- | comms/gammu/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/comms/gammu/Makefile b/comms/gammu/Makefile new file mode 100644 index 000000000000..f06026908494 --- /dev/null +++ b/comms/gammu/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: gammu +# Date created: 12 december 2003 +# Whom: Kirill Bezzubets <kirill@solaris.ru> +# +# $FreeBSD$ +# + +PORTNAME= gammu +PORTVERSION= 0.90.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/autoconf253 + +MAN1= gammu.1 +USE_GMAKE= yes +GNU_CONFIGURE= yes + +CONFIGURE_ARGS= --disable-obexgen + +.include <bsd.port.mk> |