aboutsummaryrefslogtreecommitdiff
path: root/devel/hcs12mem/Makefile
blob: 8b9ab89cdf2a8cf47b31b9fcaf437aba063a65db (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.1
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>