1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/devel/picp/Makefile
Bruce M Simpson cacdb9ceef Alexander V. Zhouravlev <bofh@stabilis.ru> has indicated he wishes to
take over maintainership of picp, as he is the original author. I am
therefore complying with his request.

Submitted by:	bofh@stabilis.ru
2003-08-09 09:59:12 +00:00

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>