freebsd-ports/sysutils/screenie/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

29 lines
625 B
Makefile

# New ports collection makefile for: screenie
# Date created: 10 August 2004
# Whom: Emanuel Haupt <ehaupt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= screenie
PORTVERSION= 1.30.0
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://pubwww.fhzh.ch/~mgloor/data/ \
CRITICAL
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>