1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/devel/termbox/Makefile
Piotr Kubaj 00deb0053e devel/termbox: fix build on GCC architectures
Use newer compiler:
cc1: error: unrecognized command line option "-Wno-unused-result"
2020-10-09 09:35:23 +00:00

30 lines
551 B
Makefile

# Created by: Adam Saponara <as@php.net>
# $FreeBSD$
PORTNAME= termbox
DISTVERSIONPREFIX= v
DISTVERSION= 1.1.3
CATEGORIES= devel
MAINTAINER= as@php.net
COMMENT= Legacy-free alternative to ncurses
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= compiler:c11 gmake
USE_GITHUB= yes
GH_ACCOUNT= termbox
USE_LDCONFIG= yes
PLIST_FILES= include/termbox.h \
lib/libtermbox.so.1.0.0 \
lib/libtermbox.so.1 \
lib/libtermbox.so \
lib/libtermbox.a
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtermbox.so.1.0.0
.include <bsd.port.mk>