2013-09-20 16:03:29 +00:00
|
|
|
# Created by: db
|
2005-07-03 11:31:29 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= locator
|
|
|
|
PORTVERSION= 0.1
|
2007-09-29 20:04:09 +00:00
|
|
|
CATEGORIES= comms hamradio astro geography
|
2015-05-14 10:15:04 +00:00
|
|
|
MASTER_SITES= SUNSITE/apps/ham/
|
2005-07-03 11:31:29 +00:00
|
|
|
|
2014-11-22 23:38:50 +00:00
|
|
|
MAINTAINER= hamradio@FreeBSD.org
|
2005-07-03 11:31:29 +00:00
|
|
|
COMMENT= Grid square calculator program used in Amateur Radio and GPS work
|
|
|
|
|
2007-10-29 18:19:47 +00:00
|
|
|
CONFLICTS= wwl*
|
2005-07-03 11:31:29 +00:00
|
|
|
|
2014-07-15 23:11:12 +00:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2005-07-03 11:31:29 +00:00
|
|
|
do-install:
|
2013-12-30 01:20:55 +00:00
|
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/locator ${STAGEDIR}${PREFIX}/bin
|
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
2005-07-03 11:31:29 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|