# Created by: db
# $FreeBSD: comms/locator/Makefile 327714 2013-09-20 16:03:29Z bapt $

PORTNAME=	locator
PORTVERSION=	0.1
CATEGORIES=	comms hamradio astro geography
MASTER_SITES=	${MASTER_SITE_SUNSITE:=apps/ham/}

MAINTAINER=	db@FreeBSD.org
COMMENT=	Grid square calculator program used in Amateur Radio and GPS work

CONFLICTS=	wwl*
PORTDOCS=	README
PLIST_FILES=	bin/locator

NO_STAGE=	yes
do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/locator ${PREFIX}/bin
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
	@${ECHO} ""
	@${ECHO} "locator README installed in ${DOCSDIR}"
	@${ECHO} ""
.endif

.include <bsd.port.mk>
