aboutsummaryrefslogtreecommitdiff
path: root/ftp/puf/Makefile
blob: 2a59f9c7603c165a4ce0aa358aabe2a1b15694fd (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
24
25
# ex:ts=8
# New ports collection makefile for:	puf
# Date created:			Feb 6, 2001
# Whom:				Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	puf
PORTVERSION=	0.91b6
CATEGORIES=	ftp
MASTER_SITES=	http://www.inf.tu-dresden.de/cgi-bin/cgiwrap/ob6/get/
DISTNAME=	${PORTNAME}

MAINTAINER=	ijliao@FreeBSD.org

WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:S/b/beta/}

GNU_CONFIGURE=	yes

GMAKE=		yes

MAN1=		puf.1

.include <bsd.port.mk>