blob: 35d4917311e240c043414da1a03475d29732ae07 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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>
|