freebsd-ports/comms/chirp/Makefile
Yuri Victorovich a95f238eac comms/chirp: 0.4.1.2017.02.22 -> 0.4.1.2018.09.06
Differential Revision:	D17272
2018-09-21 16:24:28 +00:00

24 lines
794 B
Makefile

# $FreeBSD$
PORTNAME= chirp
DISTVERSION= 0.4.1.2018.09.06
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 gettext python:2.7
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>