freebsd-ports/ports-mgmt/portsearch/Makefile
Vasil Dimov 88a99b6d3e ports-mgmt/portsearch: Update the distfile checksum after the
precompiled binary was removed from it. Also move ${MASTER_SITE_LOCAL}
towards the end in MASTER_SITES because the new file is still not
propagated to the mirrors.
2014-10-30 08:06:38 +00:00

19 lines
452 B
Makefile

# Created by: Vasil Dimov <vd@datamax.bg>
# $FreeBSD$
PORTNAME= portsearch
PORTVERSION= 1.3.4
CATEGORIES= ports-mgmt
MASTER_SITES= http://people.freebsd.org/~vd/portsearch/ \
${MASTER_SITE_LOCAL}
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>