diff options
author | garga <garga@FreeBSD.org> | 2005-08-29 22:34:03 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-08-29 22:34:03 +0800 |
commit | ebd63d45ab8ecf90b9b39b10327a56de3a46547e (patch) | |
tree | 4bb1ae48fa0345f2f1a0ff1cdd394e0aca7c7ddf /sysutils/vii/Makefile | |
parent | 95e7502868200b45b5af8d6237d35c8d5562a929 (diff) | |
download | freebsd-ports-gnome-ebd63d45ab8ecf90b9b39b10327a56de3a46547e.tar.gz freebsd-ports-gnome-ebd63d45ab8ecf90b9b39b10327a56de3a46547e.tar.zst freebsd-ports-gnome-ebd63d45ab8ecf90b9b39b10327a56de3a46547e.zip |
Add vii 4.0, execute a command repeatedly and scroll the output.
PR: ports/84852
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Diffstat (limited to 'sysutils/vii/Makefile')
-rw-r--r-- | sysutils/vii/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/sysutils/vii/Makefile b/sysutils/vii/Makefile new file mode 100644 index 000000000000..6666ab10bcd6 --- /dev/null +++ b/sysutils/vii/Makefile @@ -0,0 +1,26 @@ +# 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/ + +MAINTAINER= ehaupt@critical.ch +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> |