mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
eeb367da16
update to devel/hc12mem: version 1.2 - support for Freescale's HCS12 MCU serial monitor (Applicaton Note AN2548) PR: ports/89646 Submitted by: Michal Konieczny <mk@capri.pl>
24 lines
441 B
Makefile
24 lines
441 B
Makefile
# New ports collection makefile for: hc12mem
|
|
# Date created: 18 November 2005
|
|
# Whom: mk
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= hc12mem
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://cml.mfk.net.pl/hc12mem/
|
|
|
|
MAINTAINER= mk@capri.pl
|
|
COMMENT= HCS12 MCU tool: erase,read,write,protect,unprotect FLASH/EEPROM
|
|
|
|
MAN1= hc12mem.1
|
|
MANCOMPRESSED= no
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_GETOPT_LONG=yes
|
|
|
|
.include <bsd.port.mk>
|