# New ports collection makefile for:	psearch
# Date created:				17 February 2006
# Whom:					Benjamin Lutz
#
# $FreeBSD: ports/ports-mgmt/psearch/Makefile,v 1.6 2008/06/04 03:25:35 lwhsu Exp $
#

PORTNAME=	psearch
PORTVERSION=	2.0.1
CATEGORIES=	ports-mgmt
MASTER_SITES=	http://www.maxlor.com/files/

MAINTAINER=	mail@maxlor.com
COMMENT=	An utility for searching the FreeBSD Ports Collection

MAN1=		psearch.1
PLIST_FILES=	bin/psearch

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/psearch ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/psearch.1 ${MANPREFIX}/man/man1

.include <bsd.port.mk>
