blob: c0b7544640109863787705347f8f026e65052ea4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.5 2018/02/10 13:53:48 khorben Exp $
DISTNAME= garmintools-0.10
CATEGORIES= geography
MASTER_SITES= http://garmintools.googlecode.com/files/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://code.google.com/archive/p/garmintools/
COMMENT= Utilities for Garmin Forerunner 305 and similar GPS units
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
INSTALLATION_DIRS= share/doc/garmintools
post-install:
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/garmintools/
.include "../../mk/libusb.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|