aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/psearch/Makefile
blob: 536c98d2c4e49f050cfc5ffe18b5f0d186d7cbca (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
26
# New ports collection makefile for:	psearch
# Date created:				17 February 2006
# Whom:					Benjamin Lutz
#
# $FreeBSD$
#

PORTNAME=	psearch
PORTVERSION=	1.1
CATEGORIES=	sysutils
MASTER_SITES=	http://www.maxlor.com/files/

MAINTAINER=	benlutz@datacomm.ch
COMMENT=	An utility for searching the FreeBSD Ports Collection

USE_PYTHON_RUN=	yes
NO_BUILD=	yes

MAN1=		psearch.1
PLIST_FILES=	bin/psearch

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

.include <bsd.port.mk>