mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
80f6c8cd1f
IGNORE= "foo now contained in the base system" into IGNORE= "is now contained in the base system" since the code which prints this string prefices it with the package name. Suggested by: kris
30 lines
692 B
Makefile
30 lines
692 B
Makefile
# New ports collection makefile for: FreeBSD sha256 utility
|
|
# Date created: 10 March 2004
|
|
# Whom: cperciva@daemonology.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= freebsd-sha256
|
|
PORTVERSION= 20050310
|
|
CATEGORIES= sysutils security
|
|
MASTER_SITES= http://www.daemonology.net/misc/
|
|
|
|
MAINTAINER= cperciva@daemonology.net
|
|
COMMENT= FreeBSD sha256 utility
|
|
|
|
BINDIR= ${PREFIX}/sbin
|
|
MANDIR= ${PREFIX}/man/man
|
|
MAKE_ARGS= BINDIR="${BINDIR}" MANDIR="${MANDIR}" -DNOMANCOMPRESS
|
|
|
|
MAN1= sha256.1
|
|
PLIST_FILES= sbin/sha256
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} > 600020 || ( ${OSVERSION} > 504101 && ${OSVERSION} < 600000 )
|
|
IGNORE= "is now contained in the base system"
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|