1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/devel/gputils/Makefile
Martin Wilke e04060bd34 - Update to 0.13.5
PR:		119163
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2008-01-03 11:39:26 +00:00

32 lines
624 B
Makefile

# New ports collection makefile for: gputils
# Date created: 21 Jan 2002
# Whom: Samuel Tardieu <sam@rfc1149.net>
#
# $FreeBSD$
#
PORTNAME= gputils
PORTVERSION= 0.13.5
CATEGORIES= devel
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= A set of utilities for Microchip PIC microcontrollers
USE_GNOME= gnometarget
GNU_CONFIGURE= yes
MANLANG= "" fr
MAN1= gpasm.1 gpdasm.1 gplib.1 gplink.1 gpstrip.1 gputils.1 \
gpvc.1 gpvo.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>