summaryrefslogtreecommitdiff
path: root/ham/locator/Makefile
blob: dcdbbda061a54681954f80e73a51a085e48de496 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $NetBSD: Makefile,v 1.1.1.1 2002/04/19 15:38:21 zuntum 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
NO_PATCH=	yes

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/locator ${PREFIX}/bin

.include "../../mk/bsd.pkg.mk"