diff options
author | Cy Schubert <cy@FreeBSD.org> | 2002-07-07 04:51:26 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2002-07-07 04:51:26 +0000 |
commit | a457a0b5e74ebf7791795eed32c8f8ed6c511f0a (patch) | |
tree | 193031fa95e9eb5436482ebfbed2bd1e770c929e /security/l5/Makefile | |
parent | 43356963b46dfd1c2150669ec31357a8c34ba5fc (diff) | |
download | ports-a457a0b5e74ebf7791795eed32c8f8ed6c511f0a.tar.gz ports-a457a0b5e74ebf7791795eed32c8f8ed6c511f0a.zip |
Notes
Diffstat (limited to 'security/l5/Makefile')
-rw-r--r-- | security/l5/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/security/l5/Makefile b/security/l5/Makefile new file mode 100644 index 000000000000..fd5014ed0929 --- /dev/null +++ b/security/l5/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: l6 +# Date created: Sat, 23 Jun 2002 +# Whom: andrew@scoop.co.nz +# +# $FreeBSD$ +# + +PORTNAME= l5 +PORTVERSION= 1.2 +CATEGORIES= security sysutils +MASTER_SITES= http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/l5/ +DISTNAME= L5 +EXTRACT_SUFX= .tgz + +MAINTAINER= andrew@scoop.co.nz + +NO_WRKSUBDIR= true +ALL_TARGET= freebsd + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + ${MKDIR} ${PREFIX}/share/doc/${PORTNAME} + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME} + +.include <bsd.port.mk> |