freebsd-ports/devel/gputils/Makefile
Kirill Ponomarev d7bef30a28 - Update to version 0.12.0
PR:		ports/66158
Submitted by:	maintainer
2004-05-02 06:08:51 +00:00

30 lines
709 B
Makefile

# New ports collection makefile for: gputils
# Date created: 21 Jan 2002
# Whom: Samuel Tardieu <sam@rfc1149.net>
#
# $FreeBSD$
#
PORTNAME= gputils
PORTVERSION= 0.12.0
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
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= gpal.1 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>