diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-03 15:30:52 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-03 15:30:52 +0000 |
commit | bdc6eea0f3e1e46ce01c6f8a07284df6bd9b69b9 (patch) | |
tree | d016dd1a5aaca4bbfa8470a4c96a0403b92d789f /comms/wwl/Makefile | |
parent | a4e4aae1c8490b760042ff9f1df1c8cc7240b262 (diff) | |
download | ports-bdc6eea0f3e1e46ce01c6f8a07284df6bd9b69b9.tar.gz ports-bdc6eea0f3e1e46ce01c6f8a07284df6bd9b69b9.zip |
Notes
Diffstat (limited to 'comms/wwl/Makefile')
-rw-r--r-- | comms/wwl/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/comms/wwl/Makefile b/comms/wwl/Makefile new file mode 100644 index 000000000000..dc5af790051d --- /dev/null +++ b/comms/wwl/Makefile @@ -0,0 +1,31 @@ +# 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> |