blob: b63d0354ff7a2dc503260d5b08668578fad9c7b0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= gputils
DISTVERSION= 1.5.2
CATEGORIES= devel
MASTER_SITES= SF/gputils/gputils/1.5.0
MAINTAINER= ports@FreeBSD.org
COMMENT= Utilities for Microchip PIC microcontrollers
WWW= https://gputils.sourceforge.io/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
CONFLICTS= gplink
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-dependency-tracking --disable-html-doc
USES= bison:alias gmake tar:bz2
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:C/-.*//}
.include <bsd.port.mk>
|