mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
9c8a649e64
While here, couple minor fixes portmgr blanket
22 lines
520 B
Makefile
22 lines
520 B
Makefile
# Created by: Samuel Tardieu <sam@rfc1149.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gputils
|
|
DISTVERSION= 1.5.0-1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SF/gputils/gputils/${DISTVERSION:C/-.*//}
|
|
|
|
MAINTAINER= tijl@FreeBSD.org
|
|
COMMENT= Utilities for Microchip PIC microcontrollers
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
CONFLICTS= gplink-[0-9]*
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-dependency-tracking --disable-html-doc
|
|
USES= bison gmake tar:bz2
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:C/-.*//}
|
|
|
|
.include <bsd.port.mk>
|