pkgsrc/geography/gpsbabel/Makefile
2009-05-12 12:27:19 +00:00

26 lines
736 B
Makefile

# $NetBSD: Makefile,v 1.8 2009/05/12 12:27:19 martti Exp $
#
DISTNAME= gpsbabel-1.3.6
CATEGORIES= geography
#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gpsbabel/}
# Download from official site apparently only via interactive form,
# but code is gnu-gpl-v2 so hosted elsewhere as a convenience to
# pkgsrc users.
MASTER_SITES= http://www.lexort.com/pkgsrc/distfiles/
MAINTAINER= martti@NetBSD.org
# MAINTAINER+= gdt@NetBSD.org
HOMEPAGE= http://www.gpsbabel.org/
COMMENT= Utility to convert and fetch GPS related data
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
LIBS.Darwin+= -lexpat
GNU_CONFIGURE= yes
.include "../../devel/libusb/buildlink3.mk"
.include "../../textproc/expat/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"