blob: 0c337e42bf32b90e0e640267c66ad084027f3017 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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
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>
|