mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
20 lines
363 B
Makefile
20 lines
363 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
|
|
|
|
.include <bsd.port.mk>
|