freebsd-ports/sysutils/vii/Makefile

32 lines
643 B
Makefile
Raw Normal View History

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