36 lines
796 B
Makefile
36 lines
796 B
Makefile
# $NetBSD: Makefile,v 1.21 2012/03/15 11:53:28 obache Exp $
|
|
|
|
DISTNAME= gpsd-2.96
|
|
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
|
|
|
|
LICENSE= modified-bsd
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
# XXX: In theory this is not necessary.
|
|
BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
|
|
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ENV+= PYTHON=${PYTHONBIN}
|
|
PY_PATCHPLIST= yes
|
|
|
|
USE_TOOLS+= gmake
|
|
USE_LIBTOOL= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_NCURSES= yes
|
|
|
|
INSTALLATION_DIRS= sbin
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "../../devel/ncurses/buildlink3.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|