1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/devel/gputils/Makefile
Oliver Lehmann 8c932c7e18 update to 0.13.2
PR:		ports/82331
Submitted by:	Tijl Coosemans <tijl@ulyssis.org>
Approved by:	maintainer timeout (2 weeks)
2005-07-03 15:43:46 +00:00

30 lines
647 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.2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= sam@rfc1149.net
COMMENT= GPUTILS is a set of utilities for Microchip PIC microcontrollers
GNU_CONFIGURE= yes
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>