freebsd-ports/devel/libmpcbdm/Makefile
Stanislav Sedov 422bce3414 - Return my ports back to the pool. I was unable to make any fixes to
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).
2011-10-24 03:33:20 +00:00

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>