mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-04 09:07:17 +01:00
21 lines
255 B
Makefile
21 lines
255 B
Makefile
#
|
|
# Makefile.fpc for NCurses bindings
|
|
#
|
|
|
|
[package]
|
|
name=ncurses
|
|
version=1.0.5
|
|
|
|
[target]
|
|
units=ncurses panel ncrt ocrt menu
|
|
examples=firework testn ocrt_demo edit_demo db_demo screen_demo
|
|
|
|
[require]
|
|
libc=y
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../..
|