tconfig.mk - sacc - sacc(omys), simple console gopher client (mirror)
 (HTM) git clone https://git.parazyd.org/sacc
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
       tconfig.mk (446B)
       ---
            1 # Install paths
            2 PREFIX = /usr/local
            3 MANDIR = $(PREFIX)/share/man/man1
            4 
            5 # UI type
            6 # txt (textual)
            7 #UI=txt
            8 # ti (screen-oriented)
            9 UI=ti
           10 LIBS=-lcurses
           11 
           12 # Define NEED_ASPRINTF and/or NEED_STRCASESTR in your cflags if your system does
           13 # not provide asprintf() or strcasestr(), respectively.
           14 #CFLAGS = -DNEED_ASPRINTF -DNEED_STRCASESTR
           15 
           16 # Define USE_TLS if you want Gopher over TLS support as gophers:// URIs
           17 #CFLAGS = -DUSE_TLS
           18 #LIBS = -lcurses -ltls