21 lines
512 B
Makefile
21 lines
512 B
Makefile
# New ports collection makefile for: portsearch
|
|
# Date created: 22 Nov 2005
|
|
# Whom: Vasil Dimov <vd@datamax.bg>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= portsearch
|
|
PORTVERSION= 1.3.2
|
|
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
|
|
|
|
PLIST_FILES= bin/portsearch %%DATADIR%%/Makefile
|
|
PLIST_DIRS= %%DATADIR%%
|
|
|
|
.include <bsd.port.mk>
|