mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
3738f80adc
PR: ports/173331 Submitted by: Tijl Coosemans (maintainer) Feature safe: yes
24 lines
488 B
Makefile
24 lines
488 B
Makefile
# Created by: Samuel Tardieu <sam@rfc1149.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gputils
|
|
PORTVERSION= 0.14.3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= tijl@coosemans.org
|
|
COMMENT= A set of utilities for Microchip PIC microcontrollers
|
|
|
|
LICENSE= GPLv2
|
|
|
|
CONFLICTS= gplink-[0-9]*
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
CONFIGURE_ARGS= --disable-dependency-tracking --disable-html-doc
|
|
|
|
MANLANG= "" fr
|
|
MAN1= gpasm.1 gpdasm.1 gplib.1 gplink.1 gpstrip.1 gputils.1 \
|
|
gpvc.1 gpvo.1
|
|
|
|
.include <bsd.port.mk>
|