1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/comms/wwl/Makefile
Pav Lucistnik bdc6eea0f3 Given two Maidenhead locators, calculates distance (qrb) and azimuth.
PR:		ports/82879
Submitted by:	Diane Bruce <db@db.net>
2005-07-03 15:30:52 +00:00

32 lines
622 B
Makefile

# ports collection makefile for: wwl
# Date created: 1 July 2005
# Whom: db
#
# $FreeBSD$
#
PORTNAME= wwl
PORTVERSION= 1.2
CATEGORIES= comms astro
MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/ham/}
MAINTAINER= db@db.net
COMMENT= Calculates distance (qrb) used in Amateur Radio
PORTDOCS= README INSTALL
PLIST_FILES= bin/wwl
WRKSRC= ${WRKDIR}/wwl
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wwl ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/INSTALL ${DOCSDIR}
@${ECHO} ""
@${ECHO} "wwl docs installed in ${DOCSDIR}"
@${ECHO} ""
.endif
.include <bsd.port.mk>