pkgsrc/geography/gpsd/Makefile
joerg b4c03c7b08 As the detection of non-python doesn't really work, pull it in.
Also depend on xmlto, otherwise the man pages are not created.
Bump revision.
2009-12-10 16:56:59 +00:00

30 lines
694 B
Makefile

# $NetBSD: Makefile,v 1.16 2009/12/10 16:56:59 joerg Exp $
DISTNAME= gpsd-2.90
PKGREVISION= 1
CATEGORIES= geography
MASTER_SITES= http://download.berlios.de/gpsd/
MAINTAINER= tsarna@NetBSD.org
# MAINTAINER+= gdt@NetBSD.org
HOMEPAGE= http://gpsd.berlios.de/
COMMENT= GPS information daemon
PKG_DESTDIR_SUPPORT= user-destdir
BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
GNU_CONFIGURE= YES
CONFIGURE_ENV+= PYTHON=${PYTHONBIN}
PY_PATCHPLIST= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
USE_NCURSES= yes
INSTALLATION_DIRS= sbin
.include "../../devel/ncurses/buildlink3.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"