freebsd-ports/security/sha/Makefile
Pav Lucistnik 8f8ebb4072 - Update to 1.0.4
PR:		ports/81297
Submitted by:	Andrej Zverev <az@inec.ru>
Approved by:	Allan Saddi <allan@saddi.com> (maintainer)
2005-05-20 20:29:04 +00:00

25 lines
518 B
Makefile

# New ports collection makefile for: sha
# Date created: 20 August 2001
# Whom: asaddi@philosophysw.com
#
# $FreeBSD$
#
PORTNAME= sha
PORTVERSION= 1.0.4
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= allan@saddi.com
COMMENT= Simple file hash program utilizing SHA-1, SHA-256, SHA-384, SHA-512
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= sha.1
PLIST_FILES= bin/sha
.include <bsd.port.mk>