blob: 2f93d5d2a3b0d29f34fe510bf1bf199e5fbf0c95 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.2 2012/10/04 09:19:17 asau Exp $
DISTNAME= garmintools-0.10
CATEGORIES= geography
MASTER_SITES= http://garmintools.googlecode.com/files/
MAINTAINER= ghen@NetBSD.org
HOMEPAGE= http://code.google.com/p/garmintools/
COMMENT= Utilities for Garmin Forerunner 305 and similar GPS units
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
INSTALLATION_DIRS= share/doc/garmintools
post-install:
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/garmintools/
.include "../../devel/libusb/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|