mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
9158ea8e76
PR: ports/100905 Submitted by: maintainer (Soeren Straarup)
22 lines
471 B
Makefile
22 lines
471 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.6.8
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://home.pacbell.net/theposts/picmicro/
|
|
|
|
MAINTAINER= xride@x12.dk
|
|
COMMENT= Driver for the Microchip Picstart Plus development programmer
|
|
|
|
PLIST_FILES= bin/picp
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/picp ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|