diff options
author | petef <petef@FreeBSD.org> | 2003-05-12 01:39:37 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2003-05-12 01:39:37 +0000 |
commit | 282210b53cf01315997e5568089d5a72c6b78ce4 (patch) | |
tree | 2f03da7689b6d8a97e769b55db3c9167ab7e3074 /devel/picp/Makefile | |
parent | 918f763b20e843485b8aaf0437042ec0519f5a87 (diff) | |
download | FreeBSD-ports-282210b53cf01315997e5568089d5a72c6b78ce4.zip FreeBSD-ports-282210b53cf01315997e5568089d5a72c6b78ce4.tar.gz |
Add picp 0.4, driver for the Microchip Picstart Plus development
programmer.
PR: 44786
Submitted by: Bruce M Simpson <bms@spc.org>
Diffstat (limited to 'devel/picp/Makefile')
-rw-r--r-- | devel/picp/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/devel/picp/Makefile b/devel/picp/Makefile new file mode 100644 index 0000000..0a33494 --- /dev/null +++ b/devel/picp/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: picp +# Date created: 25 October 2002 +# Whom: Bruce M Simpson <bms@spc.org> +# +# $FreeBSD$ +# + +PORTNAME= picp +PORTVERSION= 0.4 +CATEGORIES= devel +MASTER_SITES= http://bofh.stabilis.ru/ +DISTNAME= ${PORTNAME}_fbsd +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 + +do-install: + ${INSTALL_PROGRAM} ${WRKDIR}/picp ${PREFIX}/bin + +.include <bsd.port.mk> |