1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/textproc/igor/Makefile
Glen Barber 6895c07a6b - Update textproc/igor to 1.309
- Pass maintainership to submitter/author

PR:		ports/170225
Submitted by:	wblock (new maintainer)
Approved by:	eadler (mentor)
2012-07-28 03:11:13 +00:00

30 lines
592 B
Makefile

# New ports collection makefile for: igor
# Date created: 2012-02-03
# Whom: gjb@freebsd.org
#
# $FreeBSD$
#
PORTNAME= igor
PORTVERSION= 1.309
CATEGORIES= textproc
MASTER_SITES= http://www.glenbarber.us/ports/${CATEGORIES}/${PORTNAME}/
MAINTAINER= wblock@FreeBSD.org
COMMENT= FreeBSD Documentation Project sanity check script
LICENSE= BSD
USE_PERL5_RUN= yes
NO_BUILD= yes
PLIST_FILES= bin/${PORTNAME}
MAN1= ${PORTNAME}.1
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1/
.include <bsd.port.mk>