aboutsummaryrefslogtreecommitdiffstats
path: root/security/donkey/Makefile
blob: b2bc09c851edc52af9e669e0a5f8a65028a6d747 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:    donkey
# Date created:         17 Sep 1996
# Whom:             Masafumi NAKANE <max@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   donkey
PORTVERSION=    0.5
CATEGORIES= security
MASTER_SITES=   ftp://ftp.aist-nara.ac.jp/pub/Security/tool/donkey/

MAINTAINER= max@FreeBSD.org
COMMENT=    An alternative for S/KEY's key command

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>