mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
8419c1ad54
Converted to new MAN[1-9] Converted to MASTER_SITES= ${MASTER_SITE_PERL_CPAN} where applicable
23 lines
565 B
Makefile
23 lines
565 B
Makefile
# New ports collection makefile for: donkey
|
|
# Version required: 0.5
|
|
# Date created: 17 Sep 1996
|
|
# Whom: Masafumi NAKANE <max@FreeBSD.ORG>
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1996/09/19 11:33:48 max Exp $
|
|
#
|
|
|
|
DISTNAME= donkey-0.5
|
|
CATEGORIES= security
|
|
MASTER_SITES= ftp://ftp.aist-nara.ac.jp/pub/Security/tool/donkey/
|
|
|
|
MAINTAINER= max@FreeBSD.ORG
|
|
|
|
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>
|