mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
28 lines
571 B
Makefile
28 lines
571 B
Makefile
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= screenie
|
|
PORTVERSION= 20120406
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= SF/screenie
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Small and lightweight screen(1) wrapper
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RUN_DEPENDS= screen:sysutils/screen
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= sbin/screenie man/man1/screenie.1.gz
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
|
|
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|