freebsd-ports/sysutils/screenie/Makefile

27 lines
517 B
Makefile
Raw Normal View History

2013-03-08 15:00:30 +01:00
# 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
2013-03-08 15:00:30 +01:00
COMMENT= Small and lightweight screen(1) wrapper
2011-12-27 16:14:23 +01:00
LICENSE= GPLv2
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>