1fb03ea274
PR: ports/138322 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Approved by: Matthias Schmidt <schmidtm@mathematik.uni-marburg.de> (maintainer)
25 lines
594 B
Makefile
25 lines
594 B
Makefile
# New ports collection makefile for: pkg_search
|
|
# Date created: 3 December 2007
|
|
# Whom: Matthias Schmidt
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pkg_search
|
|
PORTVERSION= 1.3
|
|
CATEGORIES= ports-mgmt
|
|
MASTER_SITES= http://www.mathematik.uni-marburg.de/~schmidtm/pkg_search/ \
|
|
LOCAL/chinsan
|
|
|
|
MAINTAINER= schmidtm@mathematik.uni-marburg.de
|
|
COMMENT= A nifty script searching the ports database
|
|
|
|
PLIST_FILES= bin/pkg_search
|
|
|
|
MAN1= pkg_search.1
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|