Files
pkgsrc-ng/geography/gpsd/Makefile
2016-01-21 23:42:40 +01:00

39 lines
958 B
Makefile

# $NetBSD: Makefile,v 1.30 2015/08/18 07:31:09 wiz Exp $
# gpsd 3.11 has been released. It has only not been updated because
# newer versions use scons.
DISTNAME= gpsd-2.96
PKGREVISION= 3
CATEGORIES= geography
MASTER_SITES= http://download-mirror.savannah.gnu.org/releases/gpsd/
MAINTAINER= gdt@NetBSD.org
HOMEPAGE= https://savannah.nongnu.org/projects/gpsd
COMMENT= GPS information daemon
LICENSE= modified-bsd
# XXX: In theory this is not necessary.
BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
GNU_CONFIGURE= YES
CONFIGURE_ENV+= PYTHON=${PYTHONBIN}
PY_PATCHPLIST= yes
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.96
USE_TOOLS+= gmake
USE_LIBTOOL= yes
USE_LANGUAGES= c99 c++
USE_NCURSES= yes
CFLAGS.SunOS= -DLOG_PERROR=0
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"