mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
05f6fa2a02
- Respect CXX, CXXFLAGS, STRIP - Pass maintainership to submitter [1] Submitted by: Soeren Straarup <xride@x12.dk> [1] PR: ports/86626 [1]
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.7
|
|
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>
|