freebsd-ports/devel/gputils/Makefile
Ollivier Robert 0484ad9324 Upgrade to gputils 0.11.0.
PR:		ports/50080
Submitted by:	Samuel Tardieu <sam@inf.enst.fr> (MAINTAINER)
2003-03-24 08:25:56 +00:00

29 lines
637 B
Makefile

# New ports collection makefile for: gputils
# Date created: 21 Jan 2002
# Whom: Samuel Tardieu <sam@inf.enst.fr>
#
# $FreeBSD$
#
PORTNAME= gputils
PORTVERSION= 0.11.0
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 gplib.1 gplink.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>