freebsd-ports/security/donkey/Makefile
Marcus Alves Grando 0a05921889 - Fix master sites
- Remove extra empty line in pkg-descr and another minor fix

PR:		97831
Submitted by:	Martin Wilke <freebsd___unixfreunde.de>
2006-05-25 01:52:18 +00:00

24 lines
581 B
Makefile

# 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= http://freebsd.unixfreunde.de/sources/ \
http://mirror2.unixfreunde.de/
MAINTAINER= ports@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>