mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
35 lines
704 B
Makefile
35 lines
704 B
Makefile
# New ports collection makefile for: vii
|
|
# Date created: 12 Aug 2005
|
|
# Whom: Emanuel Haupt <ehaupt@critical.ch>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= vii
|
|
PORTVERSION= 4.2
|
|
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= explain.45:${PORTSDIR}/devel/libexplain
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
PLIST_FILES= bin/vii
|
|
MAN1= vii.1
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/man/man1/${MAN1} ${MANPREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|