blob: 550693ed45f89654b6a55b6d96d2fdd1af5e20e3 (
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.7 2012/10/03 13:01:45 asau Exp $
#
DISTNAME= locator-0.1
CATEGORIES= ham
MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/ham/}
MAINTAINER= dawszy@arhea.net
HOMEPAGE= http://www.stauss.purespace.de/
COMMENT= Longitudes, latitudes to HAM locator converter
NO_CONFIGURE= yes
INSTALLATION_DIRS= bin
USE_LANGUAGES= c++
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/locator ${DESTDIR}${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"
|