blob: 977901beb6e469b41fa21c4cb0e88cc1140da3d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection makefile for: picprog
# Date created: 31 August 1999
# Whom: Johan Kerckaert <kirk@bricsnet.com>
#
# $FreeBSD$
#
PORTNAME= picprog
PORTVERSION= 1.0.1
CATEGORIES= devel
MASTER_SITES= http://hyvatti.iki.fi/~jaakko/pic/
MAINTAINER= ports@FreeBSD.org
PORTCOMMENT= Serial port pic16c84 programmer
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
MAN1= picprog.1
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/picprog.html ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/*.gif ${DOCSDIR}
.endif
.include <bsd.port.mk>
|