1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/devel/picp/Makefile
Cheng-Lung Sung 9158ea8e76 - Update to 0.6.8
PR:		ports/100905
Submitted by:	maintainer (Soeren Straarup)
2006-07-27 04:39:50 +00:00

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>