25 lines
656 B
Makefile
25 lines
656 B
Makefile
# $NetBSD: Makefile,v 1.13 2013/03/16 18:52:58 gdt Exp $
|
|
#
|
|
|
|
DISTNAME= gpsbabel-1.4.4
|
|
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.
|
|
MASTER_SITES+= http://archlinux-stuff.googlecode.com/files/
|
|
|
|
MAINTAINER= gdt@NetBSD.org
|
|
HOMEPAGE= http://www.gpsbabel.org/
|
|
COMMENT= Utility to convert and fetch GPS related data
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
TEST_TARGET= check
|
|
|
|
LIBS.Darwin+= -lexpat
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../devel/libusb/buildlink3.mk"
|
|
.include "../../textproc/expat/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|