1996-09-19 13:33:49 +02:00
|
|
|
# New ports collection makefile for: donkey
|
|
|
|
# Date created: 17 Sep 1996
|
1999-08-31 08:53:31 +02:00
|
|
|
# Whom: Masafumi NAKANE <max@FreeBSD.org>
|
1996-09-19 13:33:49 +02:00
|
|
|
#
|
1999-08-31 03:53:22 +02:00
|
|
|
# $FreeBSD$
|
1996-09-19 13:33:49 +02:00
|
|
|
#
|
|
|
|
|
2000-04-09 20:34:06 +02:00
|
|
|
PORTNAME= donkey
|
|
|
|
PORTVERSION= 0.5
|
1996-11-17 08:58:10 +01:00
|
|
|
CATEGORIES= security
|
1996-09-19 13:33:49 +02:00
|
|
|
MASTER_SITES= ftp://ftp.aist-nara.ac.jp/pub/Security/tool/donkey/
|
|
|
|
|
1999-08-31 08:53:31 +02:00
|
|
|
MAINTAINER= max@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= An alternative for S/KEY's key command
|
1996-09-19 13:33:49 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/obj/FreeBSD
|
|
|
|
PATCH_ARGS= -d ${WRKDIR}/${DISTNAME} --forward --quiet -E ${PATCH_STRIP}
|
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
@(cd ${WRKDIR}/${DISTNAME}; ./setup FreeBSD)
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|