diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2000-10-22 15:36:25 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2000-10-22 15:36:25 +0000 |
commit | 1a71f31ac430772b7da4c500f8f5627e0aacca55 (patch) | |
tree | 6bf2f5fd1db16377a7f2d39d4bdd8e1bc91cfe03 /security/vlock/Makefile | |
parent | 7862cda5d9588d6408b9942c9db4b45a9c92df3d (diff) | |
download | ports-1a71f31ac430772b7da4c500f8f5627e0aacca55.tar.gz ports-1a71f31ac430772b7da4c500f8f5627e0aacca55.zip |
Notes
Diffstat (limited to 'security/vlock/Makefile')
-rw-r--r-- | security/vlock/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/security/vlock/Makefile b/security/vlock/Makefile new file mode 100644 index 000000000000..514176df05a8 --- /dev/null +++ b/security/vlock/Makefile @@ -0,0 +1,18 @@ +# 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= services@nevernet.net + +MAN1= vlock.1 + +.include <bsd.port.mk> |