mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
dc1dc70dad
- Fixes integrated upstream, now builds in C. PR: ports/120326 Submitted by: Diego_Rocha <diegorocha1987@gmail.com> (maintainer)
19 lines
417 B
Makefile
19 lines
417 B
Makefile
# New ports collection makefile for: pkgsearch
|
|
# Date created: 14 September 2007
|
|
# Whom: Diego_Rocha <diegorocha1987@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pkgsearch
|
|
PORTVERSION= 1.0.6
|
|
CATEGORIES= ports-mgmt
|
|
MASTER_SITES= http://dl.sharesource.org/${PORTNAME}/
|
|
|
|
MAINTAINER= diegorocha1987@gmail.com
|
|
COMMENT= Find your packages in ports and installed packages
|
|
|
|
PLIST_FILES= bin/pkgsearch
|
|
|
|
.include <bsd.port.mk>
|