freebsd-ports/textproc/igor/Makefile
Eitan Adler 2f0f0a4879 Update to 1.259
Changes:
- Add detection for additional misspelled words
- Ignore comments in SGML indentation test
- Provide output when specified file is not found
- Fix misdetection of files as Lisp by file(1)
- Add additional inline tags

PR:		ports/167456
Submitted by:	gjb
2012-04-30 17:06:40 +00:00

29 lines
589 B
Makefile

# New ports collection makefile for: igor
# Date created: 2012-02-03
# Whom: gjb@freebsd.org
#
# $FreeBSD$
#
PORTNAME= igor
PORTVERSION= 1.259
CATEGORIES= textproc
MASTER_SITES= http://www.glenbarber.us/ports/${CATEGORIES}/${PORTNAME}/
MAINTAINER= gjb@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>