123456789101112131415161718192021222324252627 |
- #
- # Makefile.fpc for NCurses bindings
- #
- [package]
- name=ncurses
- version=2.2.2
- [target]
- units=ncurses panel ncrt ocrt menu form
- examples=firework testn ocrt_demo edit_demo db_demo screen_demo t1form t1menu t1panel t2form t2menu t2panel t3form tbackground tclock tevent tmouse tnlshello tpad twindow
- [require]
- libc=y
- [install]
- fpcpackage=y
- [compiler]
- includedir=src
- sourcedir=src tests examples
- [default]
- fpcdir=../..
- [rules]
- .NOTPARALLEL:
|