mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
update to picp-0.5d
PR: 53762 Submitted by: Bruce M Simpson <bms@spc.org>
This commit is contained in:
parent
c768de3eb6
commit
c2c8332ca3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84525
3 changed files with 5 additions and 12 deletions
|
@ -6,23 +6,17 @@
|
|||
#
|
||||
|
||||
PORTNAME= picp
|
||||
PORTVERSION= 0.4
|
||||
PORTVERSION= 0.5d
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://bofh.stabilis.ru/
|
||||
DISTNAME= ${PORTNAME}_fbsd
|
||||
MASTER_SITES= http://www.cosmodog.com/pic/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= bms@spc.org
|
||||
COMMENT= Driver for the Microchip Picstart Plus development programmer
|
||||
|
||||
USE_REINPLACE= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,CC=,CC?=,' -e 's,-O2,,' \
|
||||
-e 's,CFLAGS=,CFLAGS+=,' ${WRKSRC}/Makefile
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKDIR}/picp ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/picp ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (picp_fbsd.tgz) = 419c4c98cbd2fd4fd74146ee6c798299
|
||||
MD5 (picp-0.5d.tgz) = 9a1f6a88d00805285f58844a3094f558
|
||||
|
|
|
@ -3,7 +3,6 @@ Picstart Plus development programmer. It is compatible with a variety of
|
|||
PICs including the 16F84.
|
||||
|
||||
WWW: http://www.cosmodog.com/pic/
|
||||
WWW: http://bofh.stabilis.ru/soft.html
|
||||
|
||||
Bruce
|
||||
bms@spc.org
|
||||
|
|
Loading…
Add table
Reference in a new issue