1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/sysutils/vii/Makefile
2006-06-01 12:13:54 +00:00

29 lines
647 B
Makefile

# New ports collection makefile for: vii
# Date created: 12 Aug 2005
# Whom: Emanuel Haupt <ehaupt@critical.ch>
#
# $FreeBSD$
#
PORTNAME= vii
PORTVERSION= 4.0
CATEGORIES= sysutils
MASTER_SITES= http://vii.sourceforge.net/ \
http://critical.ch/distfiles/ \
http://energy.critical.ch/distfiles/
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Execute a command repeatedly and scroll the output
GNU_CONFIGURE= yes
MAKE_ARGS+= CFLAGS="${CFLAGS}"
PLIST_FILES= bin/vii
MAN1= vii.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/man1/${PORTNAME}.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>