aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt/psearch/Makefile
blob: d6714a7555295e6ceeb8ef9ec9d84d6c47477bd6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Benjamin Lutz
# $FreeBSD$

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

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

BROKEN=     unfetchable

PLIST_FILES=    bin/psearch \
        man/man1/psearch.1.gz

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

.include <bsd.port.mk>