2013-03-08 15:00:30 +01:00
|
|
|
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
2007-03-26 23:20:12 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= screenie
|
|
|
|
PORTVERSION= 1.30.0
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 1
|
2007-03-26 23:20:12 +02:00
|
|
|
CATEGORIES= sysutils
|
2015-01-06 10:40:16 +01:00
|
|
|
MASTER_SITES= LOCAL/ehaupt
|
2007-03-26 23:20:12 +02:00
|
|
|
|
2010-09-28 17:40:04 +02:00
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
2013-03-08 15:00:30 +01:00
|
|
|
COMMENT= Small and lightweight screen(1) wrapper
|
2007-03-26 23:20:12 +02:00
|
|
|
|
2011-12-27 16:14:23 +01:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2007-03-26 23:20:12 +02:00
|
|
|
RUN_DEPENDS= screen:${PORTSDIR}/sysutils/screen
|
|
|
|
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
2013-10-23 09:14:05 +02:00
|
|
|
PLIST_FILES= sbin/screenie man/man1/screenie.1.gz
|
2007-03-26 23:20:12 +02:00
|
|
|
|
|
|
|
do-install:
|
2013-10-23 09:14:05 +02:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
2007-03-26 23:20:12 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|