mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
a622342870
Approved by: portmgr (blanket)
21 lines
629 B
Makefile
21 lines
629 B
Makefile
PORTNAME= pkg_search
|
|
PORTVERSION= 1.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= ports-mgmt
|
|
MASTER_SITES= http://www.mathematik.uni-marburg.de/~schmidtm/pkg_search/ \
|
|
LOCAL/chinsan
|
|
|
|
MAINTAINER= schmidtm@mathematik.uni-marburg.de
|
|
COMMENT= Nifty script searching the ports database
|
|
WWW= https://www.mathematik.uni-marburg.de/~schmidtm/pkg_search/
|
|
|
|
IGNORE_DragonFly= Requires update to work for DragonFly
|
|
|
|
PLIST_FILES= bin/pkg_search share/man/man1/pkg_search.1.gz
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1
|
|
|
|
.include <bsd.port.mk>
|