06df180a9e
Homepage link is permanent redirected to its HTTPS counterpart Issue reported by repology : https://repology.org/repository/freebsd/problems Approved by: portmgr (blanket) PR: 274888
18 lines
421 B
Makefile
18 lines
421 B
Makefile
PORTNAME= avarice
|
|
PORTVERSION= 2.14
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= joerg@FreeBSD.org
|
|
COMMENT= Atmel AVR JTAG programmer and debugging interface for avr-gdb
|
|
WWW= https://avarice.sourceforge.net/
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= compiler:c11 perl5 tar:bzip2
|
|
USE_CXXSTD= c++14
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= ac_cv_path_pathperl=${PERL}
|
|
|
|
.include <bsd.port.mk>
|