freebsd-ports/ports-mgmt/psearch/Makefile
Wesley Shields 4d0826cf7b Update to 2.0.2
PR:		ports/169078
Submitted by:	Kimmo Paasiala <kpaasial@gmail.com>
Approved by:	Benjamin Lutz <mail@maxlor.com> (maintainer)
2012-06-25 16:44:28 +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.2
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>