mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Gammu (Gnu All Mobile Management Utilities) (development release)
Gammu allows you to manage your mobile phone directly from your PC. It has many features, such as SMS handling, Calendar, Java support, ringtones, pictures and many, many other good things. WWW: http://www.gammu.org/wiki/index.php?title=Gammu:Main_Page PR: ports/139659 Submitted by: myself (sylvio@) Approved by: itetcu (mentor)
This commit is contained in:
parent
7032a26b6d
commit
c82b1b9504
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245135
@ -1,22 +1,23 @@
|
||||
# New ports collection makefile for: gammu
|
||||
# Date created: 12 december 2003
|
||||
# Whom: Kirill Bezzubets <kirill@solaris.ru>
|
||||
# New ports collection makefile for: gammu-devel
|
||||
# Date created: 2009-10-15
|
||||
# Whom: Sylvio Cesar Teixeira <sylvio@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gammu
|
||||
PORTVERSION= 1.26.1
|
||||
PORTVERSION= 1.26.90
|
||||
CATEGORIES= comms
|
||||
MASTER_SITES= http://dl.cihar.com/gammu/releases/ \
|
||||
http://dl.cihar.com.nyud.net/gammu/releases/
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
||||
MAINTAINER= bsam@FreeBSD.org
|
||||
COMMENT= GNU All Mobile Management Utilities
|
||||
MAINTAINER= sylvio@FreeBSD.org
|
||||
COMMENT= GNU All Mobile Management Utilities - Development version
|
||||
|
||||
RUN_DEPENDS= cdialog:${PORTSDIR}/devel/cdialog
|
||||
|
||||
CMAKE_ARGS+= -DINSTALL_LIBDATA_DIR=${LOCALBASE}/libdata
|
||||
CMAKE_ARGS+= -DINSTALL_LIBDATA_DIR=${PREFIX}/libdata
|
||||
|
||||
USE_CMAKE= yes
|
||||
USE_GNOME= pkgconfig
|
||||
@ -43,7 +44,7 @@ MAN7= gammu-smsd-files.7 gammu-smsd-mysql.7 gammu-smsd-pgsql.7 \
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if (${ARCH} == "sparc64")
|
||||
.if (${ARCH} == "amd64" || ${ARCH} == "sparc64")
|
||||
USE_GCC= 4.3
|
||||
.endif
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (gammu-1.26.1.tar.gz) = 52d8df410edffcfa0e03ad78c23afe55
|
||||
SHA256 (gammu-1.26.1.tar.gz) = d7643a999e09405a4f45d607b42633c896ad06dd7d462df1d4786a4672e09baf
|
||||
SIZE (gammu-1.26.1.tar.gz) = 3428625
|
||||
MD5 (gammu-1.26.90.tar.gz) = 62e53f3fd7da4d820d3c17d6de66bb65
|
||||
SHA256 (gammu-1.26.90.tar.gz) = 83318d46fc42893009838969231202487aba1f295736970d4acc404b945b3268
|
||||
SIZE (gammu-1.26.90.tar.gz) = 3446832
|
||||
|
@ -1,4 +1,4 @@
|
||||
Gammu (Gnu All Mobile Management Utilities) 0.98.0
|
||||
Gammu (Gnu All Mobile Management Utilities) (development release)
|
||||
|
||||
Gammu allows you to manage your mobile phone directly from
|
||||
your PC. It has many features, such as SMS handling, Calendar,
|
||||
|
Loading…
Reference in New Issue
Block a user