forked from Lainports/freebsd-ports
Submitted by: jason@corrupted.io Differential Revision: https://reviews.freebsd.org/D20267
26 lines
805 B
Makefile
26 lines
805 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= chirp
|
|
DISTVERSION= 0.4.1.2019.05.11
|
|
CATEGORIES= comms hamradio
|
|
MASTER_SITES= https://trac.chirp.danplanet.com/chirp_daily/daily-${PORTVERSION:C/[0-9]+\.[0-9]+\.[0-9]+\.//:C/\.//g}/
|
|
DISTNAME= ${PORTNAME}-daily-${PORTVERSION:C/[0-9]+\.[0-9]+\.[0-9]+\.//:C/\.//g}
|
|
|
|
MAINTAINER= hamradio@FreeBSD.org
|
|
COMMENT= Free, open-source tool for programming your amateur radio
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libxml2>0:textproc/py-libxml2@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}serial>0:comms/py-serial@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}gtk2>0:x11-toolkits/py-gtk2@${PY_FLAVOR}
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= desktop-file-utils python:2.7
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NLS_USES= gettext
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|