blob: c8c848869ab5be6cce14120c03d5c58e87d128ba (
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
|
# 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>
|