pkgsrc-wip/gnokii/Makefile
Sergey Svishchev 24f970ddc6 Intitial import of gnokii-0.6.10:
gnokii provides tools and a user space driver for use with mobile phones
under Linux, various unices and Win32.

With gnokii you can do such things as make data calls, update your
address book, change calendar entires, send and receive SMS messages and
load ring tones depending on the phone you have.
2005-12-04 20:33:36 +00:00

28 lines
855 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2005/12/04 20:33:36 shattered Exp $
#
DISTNAME= gnokii-0.6.10
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/download/
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
.include "../../mk/pthread.buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../graphics/xpm/buildlink3.mk"
.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"