aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/vii/Makefile
blob: 7287c7c2e2f63ca53ad055ab52f8514d92af2103 (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
30
# Created by: Emanuel Haupt <ehaupt@critical.ch>
# $FreeBSD$

PORTNAME=   vii
PORTVERSION=    4.2
PORTREVISION=   3
CATEGORIES= sysutils
MASTER_SITES=   http://vii.sourceforge.net/ \
        CRITICAL

MAINTAINER= ehaupt@FreeBSD.org
COMMENT=    Execute a command repeatedly and scroll the output

LICENSE=    GPLv2

LIB_DEPENDS=    libexplain.so:${PORTSDIR}/devel/libexplain

GNU_CONFIGURE=  yes

PLIST_FILES=    bin/vii man/man1/vii.1.gz

CFLAGS+=    -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
    ${INSTALL_MAN} ${WRKSRC}/man/man1/${PORTNAME}.1 \
        ${STAGEDIR}${MANPREFIX}/man/man1

.include <bsd.port.mk>