2006-02-18 11:13:36 +01:00
|
|
|
PORTNAME= psearch
|
2020-02-20 19:52:45 +01:00
|
|
|
PORTVERSION= 2.1.0
|
2007-02-05 02:08:46 +01:00
|
|
|
CATEGORIES= ports-mgmt
|
2006-02-18 11:13:36 +01:00
|
|
|
|
2020-02-20 19:52:45 +01:00
|
|
|
MAINTAINER= mail@maxlor.com
|
2013-12-28 18:38:33 +01:00
|
|
|
COMMENT= Utility for searching the FreeBSD Ports Collection
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://github.com/maxlor/psearch
|
2006-02-18 11:13:36 +01:00
|
|
|
|
2020-02-20 19:52:45 +01:00
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
|
2020-03-29 23:26:32 +02:00
|
|
|
USES= compiler:c++11-lang
|
2020-02-20 19:52:45 +01:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= maxlor
|
|
|
|
|
2013-12-28 18:38:33 +01:00
|
|
|
PLIST_FILES= bin/psearch \
|
|
|
|
man/man1/psearch.1.gz
|
2006-02-18 11:13:36 +01:00
|
|
|
|
|
|
|
do-install:
|
2013-12-28 18:38:33 +01:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/psearch ${STAGEDIR}${PREFIX}/bin
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/psearch.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
2006-02-18 11:13:36 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|