blob: 20d57aabbc7ed052a86c6d38e560f16713e22bc7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: portsearch
# Date created: 22 Nov 2005
# Whom: Vasil Dimov <vd@datamax.bg>
#
# $FreeBSD$
#
PORTNAME= portsearch
PORTVERSION= 1.2.2
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>
|