diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-08-29 14:34:03 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-08-29 14:34:03 +0000 |
commit | 27d523fd79942bd85a217a9bf100147ad45c5290 (patch) | |
tree | 457a996b27185ba62fef1896f2ddb7187984c059 /sysutils/vii/Makefile | |
parent | 26c49e25b38c18ec3cd911a4ff5fd37455ff2ff3 (diff) |
Notes
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> |