mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
1dd26de30c
* bugfix: do not ignore option for case-insensitivity when searching for packing list files * added "-b something" option to simulate -f '/something$', since I got tired of typing the later
21 lines
464 B
Makefile
21 lines
464 B
Makefile
# New ports collection makefile for: portsearch
|
|
# Date created: 22 Nov 2005
|
|
# Whom: Vasil Dimov <vd@datamax.bg>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= portsearch
|
|
PORTVERSION= 1.2.3
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= vd/portsearch
|
|
|
|
MAINTAINER= vd@FreeBSD.org
|
|
COMMENT= Port searching tool that supports search by packing list files
|
|
|
|
PLIST_FILES= bin/portsearch %%DATADIR%%/Makefile
|
|
PLIST_DIRS= %%DATADIR%%
|
|
|
|
.include <bsd.port.mk>
|