pkgsrc-wip/gnokii/Makefile
Sergey Svishchev 6726b9f1d3 Update to 0.6.22. Over 600 lines of changes -- see ChangeLog.
At the same time, drop maintainership.
2007-12-08 16:13:11 +00:00

33 lines
944 B
Makefile

# $NetBSD: Makefile,v 1.7 2007/12/08 16:13:11 shattered Exp $
#
DISTNAME= gnokii-0.6.22
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= pkgsrc-users@netbsd.org
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_TOOLS+= autoconf autoheader gmake msgfmt xgettext
USE_BUILTIN.gettext= no
REPLACE_BASH+= utils/sendsms
USE_TOOLS+= bash:run
pre-configure:
set -e; cd ${WRKSRC}; autoheader; autoconf
.include "../../mk/pthread.buildlink3.mk"
.include "../../devel/libusb/buildlink3.mk"
.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"