blob: 78691202fd449d9e55d4540fa7a9b96430cd72f9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# New ports collection makefile for: igor
# Date created: 2012-02-03
# Whom: gjb@freebsd.org
#
# $FreeBSD$
#
PORTNAME= igor
PORTVERSION= 1.224
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>
|