freebsd-ports/ports-mgmt/psearch/Makefile
Piotr Kubaj 1376889b59 ports-mgmt/psearch: fix build on GCC architectures
Use newer GCC:
psearch.cpp:125: error: a function-definition is not allowed here before ':' token
2020-03-29 21:26:32 +00:00

24 lines
495 B
Makefile

# Created by: Benjamin Lutz
# $FreeBSD$
PORTNAME= psearch
PORTVERSION= 2.1.0
CATEGORIES= ports-mgmt
MAINTAINER= mail@maxlor.com
COMMENT= Utility for searching the FreeBSD Ports Collection
LICENSE= BSD2CLAUSE
USES= compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= maxlor
PLIST_FILES= bin/psearch \
man/man1/psearch.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/psearch ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/psearch.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>