422bce3414
my ports in the past 3 weeks while ports were broken on any 10.x machines, which means I'm unable to maintain them. So let people know that there's no available support for them until things are back to normal (which also means that anyone with spare time will be able to fix them without getting approval).
34 lines
703 B
Makefile
34 lines
703 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= SF/libmpc8xx/libmpc8xx/${PORTVERSION} \
|
|
http://mbsd.msk.ru/dist/
|
|
|
|
DISTNAME= mpc8xx-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
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-patch:
|
|
@${REINPLACE_CMD} -E -e 's,(objformat=).*,\1elf,' \
|
|
${WRKSRC}/configure
|
|
|
|
post-install:
|
|
@${MKDIR} ${DATADIR}
|
|
${INSTALL_DATA} ${WRKSRC}/Flash.dev ${DATADIR}
|
|
|
|
.include <bsd.port.mk>
|