9d8992321b
Submitted by: Tobias Reifenberger <treif@mayn.de>
25 lines
420 B
Makefile
25 lines
420 B
Makefile
# 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.91b6a
|
|
CATEGORIES= ftp
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/b/beta/}
|
|
|
|
MAINTAINER= ijliao@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
GMAKE= yes
|
|
|
|
MAN1= puf.1
|
|
|
|
.include <bsd.port.mk>
|