mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
3c175cb569
Reviewed by: marcus
21 lines
386 B
Makefile
21 lines
386 B
Makefile
# New ports collection makefile for: vlock
|
|
# Date created: 08 Oct 2000
|
|
# Whom: George Reid <services@nevernet.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= vlock
|
|
PORTVERSION= 1.3
|
|
CATEGORIES= security
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= utils/console
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Locks a terminal
|
|
|
|
MAN1= vlock.1
|
|
PLIST_FILES= bin/vlock
|
|
|
|
.include <bsd.port.mk>
|