pkgsrc/ham/locator/Makefile
2006-06-01 22:15:59 +00:00

21 lines
435 B
Makefile

# $NetBSD: Makefile,v 1.5 2006/06/01 22:15:59 joerg 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 ${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"