freebsd-ports/ports-mgmt/psearch/Makefile
Martin Wilke c4f6b319a5 - Update to 2.0
- Update maintainer mail adress

PR:		124192
Submitted by:	Benjamin Lutz (maintainer)
2008-06-01 20:26:27 +00:00

23 lines
507 B
Makefile

# New ports collection makefile for: psearch
# Date created: 17 February 2006
# Whom: Benjamin Lutz
#
# $FreeBSD$
#
PORTNAME= psearch
PORTVERSION= 2.0
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>