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