blob: eaf52ffc5f206476da9cc6ccb0ef9f993b687c77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= curses
PORTVERSION= 1.4.4
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= freebsd@jonathanprice.org
COMMENT= Ruby binding for curses, ncurses and PDCurses
WWW= https://rubygems.org/gems/curses
LICENSE= RUBY BSD2CLAUSE
LICENSE_COMB= dual
USES= gem ncurses
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD
CONFIGURE_ARGS+= --with-cflags="-Wno-error=incompatible-function-pointer-types"
.endif
.include <bsd.port.mk>
|