aboutsummaryrefslogtreecommitdiffstats
path: root/comms/wwl/Makefile
blob: c4c37d9bd03041828dd700460a72d086d0ad03a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# ports collection makefile for:    wwl
# Date created:     1 July 2005
# Whom:         db
#
# $FreeBSD$
#

PORTNAME=   wwl
PORTVERSION=    1.3
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

CONFLICTS=  locator*
PORTDOCS=   INSTALL
PLIST_FILES=    bin/wwl bin/locator
MAN1=       wwl.1

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/wwl ${PREFIX}/bin
    ${RM} -f ${PREFIX}/bin/locator
    ${LN} ${PREFIX}/bin/wwl ${PREFIX}/bin/locator
    ${INSTALL_DATA} ${WRKSRC}/wwl.1 ${MANPREFIX}/man/man1
.if !defined(NOPORTDOCS)
    ${MKDIR} ${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/INSTALL ${DOCSDIR}
.endif

.include <bsd.port.mk>
a140447d45833b7916806be79'>Reset bouncing maintainer address:kris2004-04-151-1/+1 * SIZEify (maintainer timeout)trevor2004-03-311-0/+1 * Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-062-1/+1 * De-pkg-comment.knu2003-02-212-1/+1 * Style fixes for x11-clocks.olgeni2001-02-061-1/+1 * use ComplexProgramTargetNoMan to avoid making html manpage with XFree86-4.sf2000-12-312-1/+9 * (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-08-031-2/+1 * Remove defunct WWWjedgar2000-07-221-3/+1 * Fix distfile fennerism; change MAINTAINER's email address.will2000-04-231-2/+2 * Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-2/+2