aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/screenie/Makefile
blob: 82d0bea41f73a6f13ce65edda6e06cca9244cdda (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
26
27
28
29
# New ports collection makefile for:    screenie
# Date created:             10 August 2004
# Whom:                 Emanuel Haupt <ehaupt@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   screenie
PORTVERSION=    1.30.0
CATEGORIES= sysutils
MASTER_SITES=   http://pubwww.fhzh.ch/~mgloor/data/ \
        http://critical.ch/distfiles/ \
        http://energy.critical.ch/distfiles/

MAINTAINER= ehaupt@FreeBSD.org
COMMENT=    A small and lightweight screen(1) wrapper

RUN_DEPENDS=    screen:${PORTSDIR}/sysutils/screen

NO_BUILD=   yes

MAN1=       screenie.1
PLIST_FILES=    sbin/screenie

do-install:
    ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin
    ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1

.include <bsd.port.mk>