openbsd-ports/comms/owx/Makefile
landry a9cc88ec56 Import owx-20110917, from mitja
OWX (Open Wouxun) is an open-source program designed to program Wouxun
transceivers. It was developed on Wouxun KG-UV2D and tested on KG-UVD1P
(both identify as KG669V). Possibly other Wouxuns are supported too, but
this is not guaranteed - use at your own risk and ALWAYS make backups!
This software is highly experimental. Using it can result in rendering
your radio unusable and your dog killed. You have been warned.

ok jasper@
2011-09-18 20:27:54 +00:00

32 lines
615 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2011/09/18 20:27:54 landry Exp $
COMMENT = tool for programming Wouxun transcievers
DISTNAME = owx-20110917
CATEGORIES = comms
HOMEPAGE = http://owx.chmurka.net/
MAINTAINER = Mitja Muzenic <mitja@kerberos.si>
# Apache 2.0 license
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB = c m stdc++
MASTER_SITES = http://distfiles.nl/
USE_GMAKE = Yes
NO_REGRESS = Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/owx
${INSTALL_DATA} ${WRKSRC}/docs/README \
${PREFIX}/share/doc/owx
.include <bsd.port.mk>