1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/sysutils/vii/Makefile

31 lines
666 B
Makefile
Raw Normal View History

# Created by: Emanuel Haupt <ehaupt@critical.ch>
# $FreeBSD$
PORTNAME= vii
2012-03-05 21:30:31 +00:00
PORTVERSION= 4.2
PORTREVISION= 3
CATEGORIES= sysutils
2012-03-05 21:30:31 +00:00
MASTER_SITES= http://vii.sourceforge.net/ \
CRITICAL
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Execute a command repeatedly and scroll the output
2011-12-27 15:14:23 +00:00
LICENSE= GPLv2
2013-12-18 14:35:53 +00:00
LIB_DEPENDS= libexplain.so:${PORTSDIR}/devel/libexplain
2012-03-05 21:30:31 +00:00
GNU_CONFIGURE= yes
2013-10-23 07:14:05 +00:00
PLIST_FILES= bin/vii man/man1/vii.1.gz
2012-03-05 21:30:31 +00:00
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
2009-03-27 09:53:36 +00:00
do-install:
2013-10-23 07:14:05 +00:00
${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/man/man1/${PORTNAME}.1 \
${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>