* nk6510 driver updates o fix getfiledetailsbyid (off-by-four bug) (Pawel Kot) * gnokii updates o added -w option to --sendsms to for push messages sending support (service indication - wap push) (Igor Popik) o fix segfault on filesystem reading (Pawel Kot) * libgnokii updates o fix encoding issues on 64bit architectures (Daniel Gollub) o fix segfault on getting phonebook with entries with custom ringtone (Pawel Kot) * portability updates o don't fail on win32 with use_locking=yes (Pawel Kot) * utils updates o add 'waitcall' program which can be used in a script to get phone number of incoming call, then fix CVS Id and a linking issue (Daniele Forsi)
29 lines
877 B
Makefile
29 lines
877 B
Makefile
# $NetBSD: Makefile,v 1.4 2007/01/07 19:46:50 shattered Exp $
|
|
#
|
|
|
|
DISTNAME= gnokii-0.6.14
|
|
CATEGORIES= comms
|
|
MASTER_SITES= http://www.gnokii.org/download/gnokii/ \
|
|
http://www.gnokii.org/download/gnokii/0.6.x/ \
|
|
http://freesoftware.fsf.org/download/gnokii/ \
|
|
ftp://ftp.gnokii.org/pub/gnokii/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= shattered@users.sourceforge.net
|
|
HOMEPAGE= http://www.gnokii.org/
|
|
COMMENT= Open source tools for your mobile phone
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
PKGCONFIG_OVERRIDE+= ${WRKSRC}/common/gnokii.pc.in
|
|
USE_LIBTOOL= yes
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
GNU_CONFIGURE= yes
|
|
USE_X11= yes
|
|
USE_TOOLS+= gmake msgfmt xgettext
|
|
USE_BUILTIN.gettext= no
|
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../devel/libusb/buildlink3.mk"
|
|
.include "../../graphics/xpm/buildlink3.mk"
|
|
.include "../../x11/gtk/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|