freebsd-ports/devel/libmpcbdm/Makefile
Ion-Mihai Tetcu c8757290e8 Standalone library to control various widely available Freescale's mpc8xx
based boards. This code was derived from mpcbdm patch by Frank Przybylski.

This allows using this code separately from gdb, for example, to load
firmware to the board, or retrive information about it.

The package includes example "mpc8xx" program, that displays information
about connected board using libmpcbdm library.

The schematic of adapter itself can be found at project homepage.

Author:	Erwin Rol <erwin@muffin.org>
WWW:	http://libmpc8xx.sourceforge.net/

PR:		ports/99406
Submitted by:	Stanislav Sedov <stas at fonon.realnet>
2006-07-08 23:49:15 +00:00

30 lines
634 B
Makefile

# New ports collection makefile for: libmpcbdm
# Date created: 2006-06-24
# Whom: Stanislav Sedov <stas@fonon.realnet>
#
# $FreeBSD$
#
PORTNAME= libmpcbdm
PORTVERSION= 0.0.3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://mbsd.msk.ru/dist/
MASTER_SITE_SUBDIR= libmpc8xx
DISTNAME= mpc8xx-${PORTVERSION}
MAINTAINER= ssedov@mbsd.msk.ru
COMMENT= Standalone library to control various mpc8xx boards
WRKSRC= ${WRKDIR}/libmpc8xx
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
ONLY_FOR_ARCHS= i386
post-install:
@${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/Flash.dev ${DATADIR}
.include <bsd.port.mk>