Fixup fromcvs/togit conversion
[pkgsrcv2.git] / geography / gpsbabel / Makefile
1 # $NetBSD: Makefile,v 1.10 2010/09/28 13:21:31 wiz Exp $
2 #
3
4 DISTNAME=       gpsbabel-1.4.2
5 CATEGORIES=     geography
6 #MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gpsbabel/}
7 # Download from official site apparently only via interactive form,
8 # but code is gnu-gpl-v2 so hosted elsewhere as a convenience to
9 # pkgsrc users.
10 MASTER_SITES+=  http://www.lexort.com/pkgsrc/distfiles/
11 MASTER_SITES+=  http://archlinux-stuff.googlecode.com/files/
12
13 MAINTAINER=     gdt@NetBSD.org
14 HOMEPAGE=       http://www.gpsbabel.org/
15 COMMENT=        Utility to convert and fetch GPS related data
16 LICENSE=        gnu-gpl-v2
17
18 PKG_DESTDIR_SUPPORT=    user-destdir
19
20 LIBS.Darwin+=   -lexpat
21
22 GNU_CONFIGURE=  yes
23
24 .include "../../devel/libusb/buildlink3.mk"
25 .include "../../textproc/expat/buildlink3.mk"
26 .include "../../mk/bsd.pkg.mk"