1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/sysutils/freebsd-sha1/Makefile
Colin Percival 8ec0adb10b Add whitespace around parentheses in .if logic, in order to unbreak
port and INDEX builds on old (5.1 & 4.7?) releases.

PR:		ports/74192
Reported by:	Joe Horn
Approved by:	mat
With hat:	maintainer
2004-11-24 14:19:22 +00:00

31 lines
740 B
Makefile

# New ports collection makefile for: FreeBSD sha1 utility
# Date created: 17 October 2004
# Whom: cperciva@daemonology.net
#
# $FreeBSD$
#
PORTNAME= freebsd-sha1
PORTVERSION= 5.3
CATEGORIES= sysutils security
MASTER_SITES= http://www.daemonology.net/misc/
MAINTAINER= cperciva@daemonology.net
COMMENT= FreeBSD sha1 utility
WRKSRC= ${WRKDIR}/${PORTNAME:S/freebsd-//}-${PORTVERSION}
BINDIR= ${PREFIX}/sbin
MANDIR= ${PREFIX}/man/man
MAKE_ARGS= BINDIR="${BINDIR}" MANDIR="${MANDIR}" -DNOMANCOMPRESS
MAN1= sha1.1
PLIST_FILES= sbin/sha1
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 502113 || ( ${OSVERSION} > 491100 && ${OSVERSION} < 500000 )
IGNORE= "sha1 now contained in the base system"
.endif
.include <bsd.port.post.mk>