mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
f4abd0b168
multiple master sites with only subsets of files). Make sure font files are installed correctly. I don't know how in the hell it worked before.
20 lines
485 B
Plaintext
20 lines
485 B
Plaintext
INCDIR = %%CURDIR%%/work/kon/include
|
|
LIB = %%CURDIR%%/work/kon/lib/libgon.a
|
|
DISTDIR = %%DISTDIR%%
|
|
|
|
TOPDIR = %%PREFIX%%
|
|
BINDIR = $(TOPDIR)/bin
|
|
LIBDIR = $(TOPDIR)/etc
|
|
MANDIR = $(TOPDIR)/man/ja_JP.ujis/man1
|
|
FONTDIR = $(TOPDIR)/lib/fonts
|
|
CONFIG_NAME = kon.cfg
|
|
OPTS = -DCONFIG_NAME=\"$(LIBDIR)/$(CONFIG_NAME)\" -I$(INCDIR)
|
|
CFLAGS = -O -Wall $(OPTS)
|
|
LD = gcc $(CFLAGS)
|
|
RM = rm -f
|
|
INSTALL = install -c -s
|
|
SUBDIRS = lib src font # tools
|
|
|
|
HAS_VGA = HAS_VGA
|
|
FLD_BDF = FLD_BDF
|