pkgsrc/geography/gama/Makefile
gdt b27ef1dbb8 Add dependency on sqlite3.
Upstream says that using sqlite3 will become somewhere between normal
and the standard approach.  Because sqlite3 is small and typically
already isntalled on systems where one would want to run gama, just
depend on it and don't bother to make it an option.

It would be fine with me to make it a default-on option, but I don't
think that's worth the complexity.
2011-10-09 13:37:39 +00:00

25 lines
564 B
Makefile

# $NetBSD: Makefile,v 1.2 2011/10/09 13:37:39 gdt Exp $
#
DISTNAME= gama-1.11
PKGREVISION= 1
CATEGORIES= geography
MASTER_SITES= ${MASTER_SITE_GNU:=gama/}
MAINTAINER= gdt@NetBSD.org
HOMEPAGE= http://www.gnu.org/s/gama/
COMMENT= Geodetic network adjustment (surveying)
LICENSE= gnu-gpl-v2 # or later
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --infodir=${PREFIX}/info
INFO_FILES= yes
.include "../../databases/sqlite3/buildlink3.mk"
.include "../../textproc/expat/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"