opnsense-ports/sysutils/screenie/Makefile
Franco Fichtner d012f0e68f */*: sync with upstream
Taken from: FreeBSD
2016-10-05 23:00:37 +02:00

27 lines
572 B
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= screenie
PORTVERSION= 20120406
CATEGORIES= sysutils
MASTER_SITES= SF/screenie
MAINTAINER= ehaupt@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>