blob: 7dd23ce160f383385be1bb66c358bbf23ba03d5d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= screenie
PORTVERSION= 1.30.0
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= CRITICAL
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Small and lightweight screen(1) wrapper
LICENSE= GPLv2
RUN_DEPENDS= screen:${PORTSDIR}/sysutils/screen
NO_BUILD= yes
PLIST_FILES= sbin/screenie man/man1/screenie.1.gz
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>
|