mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
d5dd9713b5
Approved by: portmgr@ (blanket approval)
20 lines
452 B
Makefile
20 lines
452 B
Makefile
# Created by: Vasil Dimov <vd@datamax.bg>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= portsearch
|
|
PORTVERSION= 1.3.3
|
|
CATEGORIES= ports-mgmt
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
|
http://people.freebsd.org/~vd/portsearch/
|
|
MASTER_SITE_SUBDIR= vd/portsearch
|
|
|
|
MAINTAINER= vd@FreeBSD.org
|
|
COMMENT= Port searching tool that supports search by packing list files
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
PLIST_FILES= bin/portsearch %%DATADIR%%/Makefile
|
|
PLIST_DIRS= %%DATADIR%%
|
|
|
|
.include <bsd.port.mk>
|