1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/ports-mgmt/portal/Makefile
Mark Linimon 272bca67ef Mark these ports as broken on powerpc64.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2018-09-18 11:01:50 +00:00

30 lines
660 B
Makefile

# $FreeBSD$
PORTNAME= portal
PORTVERSION= 0.4
PORTREVISION= 3
CATEGORIES= ports-mgmt
MAINTAINER= culot@FreeBSD.org
COMMENT= Front-end to pkg(8)
LICENSE= BSD2CLAUSE
BROKEN_powerpc64= fails to build: /usr/local/lib/gcc6/include/c++/thread:189: undefined reference to `std::thread::_State::~_State()'
PLIST_FILES= bin/${PORTNAME} \
man/man1/${PORTNAME}.1.gz
USE_GITHUB= yes
GH_ACCOUNT= culot
USES= ncurses compiler:c++11-lib
CFLAGS+= -I${NCURSESINC}
LDFLAGS+= -L${NCURSESLIB}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>