freebsd-ports/devel/gputils/Makefile
Ruslan Makhmatkhanov 9002ff9c10 - update to 0.14.1
- add LICENSE (GPLv2)

PR:		164020
Submitted by:	Tijl Coosemans <tijl at coosemans dot org> (maintainer)
2012-01-11 18:24:22 +00:00

33 lines
618 B
Makefile

# New ports collection makefile for: gputils
# Date created: 21 Jan 2002
# Whom: Samuel Tardieu <sam@rfc1149.net>
#
# $FreeBSD$
#
PORTNAME= gputils
PORTVERSION= 0.14.1
CATEGORIES= devel
MASTER_SITES= SF
MAINTAINER= tijl@coosemans.org
COMMENT= A set of utilities for Microchip PIC microcontrollers
LICENSE= GPLv2
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>