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

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>