freebsd-ports/security/bioapitool/Makefile
Pav Lucistnik 7f980746a6 bioapitool is a small BioAPI management utility which allows enrollment and
verification of BIR entries.  It only implements a subset of the BioAPI
specification but should provide enough functionallity for basic account
management.

PR:		ports/91749
Submitted by:	Fredrik Lindberg <fli@shapeshifter.se>
2006-01-15 10:11:40 +00:00

27 lines
566 B
Makefile

# Ports collection makefile for: bioapitool
# Date created: 12 January 2006
# Whom: Fredrik Lindberg <fli@shapeshifter.se>
#
# $FreeBSD$
#
PORTNAME= bioapitool
PORTVERSION= 1.0
CATEGORIES= security
MASTER_SITES= http://shapeshifter.se/pub/bioapitool/
MAINTAINER= fli@shapeshifter.se
COMMENT= BioAPI management utility
LIB_DEPENDS= bioapi100.0:${PORTSDIR}/security/bioapi
MAN1= bioapitool.1
PLIST_FILES= sbin/bioapitool
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
IGNORE= needs at least FreeBSD 5.0-RELEASE
.endif
.include <bsd.port.post.mk>