mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
cacdb9ceef
take over maintainership of picp, as he is the original author. I am therefore complying with his request. Submitted by: bofh@stabilis.ru
23 lines
488 B
Makefile
23 lines
488 B
Makefile
# New ports collection makefile for: picp
|
|
# Date created: 25 October 2002
|
|
# Whom: Bruce M Simpson <bms@spc.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= picp
|
|
PORTVERSION= 0.5d
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.cosmodog.com/pic/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= bofh@stabilis.ru
|
|
COMMENT= Driver for the Microchip Picstart Plus development programmer
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/picp ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|