1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/comms/locator/Makefile
Pav Lucistnik e65e8bc6cb This is a program for translating mainhead grid squares to and from lat/long.
This is of most use to Amateur Radio operators but may be useful to GPS users.

PR:		ports/82862
Submitted by:	Diane Bruce <db@db.net>
2005-07-03 11:31:29 +00:00

30 lines
613 B
Makefile

# ports collection makefile for: locator
# Date created: 30 June 2005
# Whom: db
#
# $FreeBSD$
#
PORTNAME= locator
PORTVERSION= 0.1
CATEGORIES= comms astro
MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/ham/}
MAINTAINER= db@db.net
COMMENT= Grid square calculator program used in Amateur Radio and GPS work
PORTDOCS= README
PLIST_FILES= bin/locator
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>