1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/comms/locator/Makefile
Frank J. Laszlo 6e17578b4d - Add even more ports to the new "geography" category
Approved by:	Pav (wearing portmgr hat)
2007-07-22 19:53:52 +00:00

30 lines
628 B
Makefile

# ports collection makefile for: locator
# Date created: 30 June 2005
# Whom: db
#
# $FreeBSD$
#
PORTNAME= locator
PORTVERSION= 0.1
CATEGORIES= comms 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
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>