pkgsrc-wip/gnokii/Makefile
2009-06-02 12:20:29 +00:00

36 lines
989 B
Makefile

# $NetBSD: Makefile,v 1.9 2009/06/02 12:20:29 noud4 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+= common/gnokii.pc.in
USE_TOOLS+= pkg-config
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
PKG_DESTDIR_SUPPORT= user-destdir
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"