freebsd-ports/comms/wwl/Makefile
Diane Bruce f17fca51f0 - Many reports of errors with this port compared to debian version of wwl
rewriting original resulted in fewer bytes than the diffs.
- wwl should be listed in hamradio as well
2007-09-29 20:00:32 +00:00

33 lines
721 B
Makefile

# ports collection makefile for: wwl
# Date created: 1 July 2005
# Whom: db
#
# $FreeBSD$
#
PORTNAME= wwl
PORTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= comms hamradio astro geography
MASTER_SITES= http://www.db.net/downloads/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= db
DISTNAME= ${PORTNAME}+db-${PORTVERSION}
MAINTAINER= db@FreeBSD.org
COMMENT= Calculates distance (qrb) used in Amateur Radio
PORTDOCS= README INSTALL
PLIST_FILES= bin/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>