aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gputils/Makefile
blob: 51b3b48c5780c17826a09575d3351c5c3f3cff4d (plain) (blame)
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
29
# New ports collection makefile for:    gputils
# Date created:             21 Jan 2002
# Whom:                 Samuel Tardieu <sam@inf.enst.fr>
#
# $FreeBSD$
#

PORTNAME=   gputils
PORTVERSION=    0.10.3
CATEGORIES= devel
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= sam@inf.enst.fr
COMMENT=    GPUTILS is a set of utilities for Microchip PIC microcontrollers

GNU_CONFIGURE=  yes

MAN1=   gpasm.1 gpdasm.1 gputils.1 gpvc.1

post-install:
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
.for ext in ps pdf lyx
    @${INSTALL_DATA} ${WRKSRC}/doc/gputils.${ext} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>