freebsd-ports/ports-mgmt/psearch/Makefile
Li-Wen Hsu 8ac6e70ec4 - Update to 2.0.1, this update fixed the functionality of psearch
PR:		ports/124226 (based on the patch)
Submitted by:	Yi-Huan Chan <yhchan AT csie.nctu.edu.tw>
Approved by:	Benjamin Lutz <mail AT maxlor.com> (maintainer)
2008-06-04 03:25:35 +00:00

23 lines
509 B
Makefile

# New ports collection makefile for: psearch
# Date created: 17 February 2006
# Whom: Benjamin Lutz
#
# $FreeBSD$
#
PORTNAME= psearch
PORTVERSION= 2.0.1
CATEGORIES= ports-mgmt
MASTER_SITES= http://www.maxlor.com/files/
MAINTAINER= mail@maxlor.com
COMMENT= An utility for searching the FreeBSD Ports Collection
MAN1= psearch.1
PLIST_FILES= bin/psearch
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/psearch ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/psearch.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>