1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Remove USE_XLIB, only freetype utility depends to X library,

not freetype library..
This commit is contained in:
Vanilla I. Shu 2000-11-12 02:19:12 +00:00
parent 70fc58e0ad
commit b623162697
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35024
3 changed files with 49 additions and 22 deletions

View File

@ -0,0 +1,49 @@
--- Makefile.in.orig Wed Nov 8 18:01:07 2000
+++ Makefile.in Wed Nov 8 18:01:38 2000
@@ -8,7 +8,7 @@
FTTESTDIR = test
FTPODIR = po
-all: ttlib tttest ttpo
+all: ttlib ttpo
debug: ttlibdebug tttest ttpo
@@ -22,30 +22,23 @@
ttlibdebug:
cd $(FTLIBDIR); $(MAKE) -f $(MAKEFILE) debug
-tttest:
- cd $(FTTESTDIR); $(MAKE) -f $(MAKEFILE) all
-
ttpo:
cd $(FTPODIR); $(MAKE) all
install:
cd $(FTLIBDIR); $(MAKE) -f $(MAKEFILE) install
- cd $(FTTESTDIR); $(MAKE) -f $(MAKEFILE) install
cd $(FTPODIR); $(MAKE) install
uninstall:
cd $(FTLIBDIR); $(MAKE) -f $(MAKEFILE) uninstall
- cd $(FTTESTDIR); $(MAKE) -f $(MAKEFILE) uninstall
cd $(FTPODIR); $(MAKE) uninstall
clean:
cd $(FTLIBDIR); $(MAKE) -f $(MAKEFILE) clean
- cd $(FTTESTDIR); $(MAKE) -f $(MAKEFILE) clean
cd $(FTPODIR); $(MAKE) clean
distclean:
cd $(FTLIBDIR); $(MAKE) -f $(MAKEFILE) distclean
- cd $(FTTESTDIR); $(MAKE) -f $(MAKEFILE) distclean
cd $(FTPODIR); $(MAKE) distclean
$(RMF) config.cache config.log config.status Makefile \
MakeSub ft_conf.h libtool
@@ -55,6 +48,5 @@
depend:
cd $(FTLIBDIR); $(MAKE) -f $(MAKEFILE) depend
- cd $(FTTESTDIR); $(MAKE) -f $(MAKEFILE) depend
# end of Makefile.in

View File

@ -1,14 +1,3 @@
bin/ftdump
bin/fterror
bin/ftlint
bin/ftmetric
bin/ftsbit
bin/ftstring
bin/ftstrpnm
bin/ftstrtto
bin/fttimer
bin/ftview
bin/ftzoom
include/freetype/freetype.h
include/freetype/fterrid.h
include/freetype/ftnameid.h

View File

@ -1,14 +1,3 @@
bin/ftdump
bin/fterror
bin/ftlint
bin/ftmetric
bin/ftsbit
bin/ftstring
bin/ftstrpnm
bin/ftstrtto
bin/fttimer
bin/ftview
bin/ftzoom
include/freetype/freetype.h
include/freetype/fterrid.h
include/freetype/ftnameid.h