freebsd-ports/textproc/igor/Makefile
Glen Barber bff02f6d3f Fix fetch.
Approved by:	eadler (mentor, implicit)
PR:		ports/172617
Feature safe:	yes
2012-10-12 15:30:30 +00:00

24 lines
489 B
Makefile

# $FreeBSD$
PORTNAME= igor
PORTVERSION= 1.330
CATEGORIES= textproc
MASTER_SITES= https://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>