the freetype library itself does not require X libraries, so only install

the libraries and the headers.
This commit is contained in:
brad 2000-11-21 16:05:53 +00:00
parent 023fab349b
commit 6cfef18ddc
3 changed files with 55 additions and 11 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.15 2000/10/22 14:03:40 espie Exp $
# $OpenBSD: Makefile,v 1.16 2000/11/21 16:05:53 brad Exp $
# $FreeBSD: Makefile,v 1.6 1998/06/21 02:42:33 jseger Exp $
DISTNAME= freetype-1.3
CATEGORIES= print
NEED_VERSION= 1.310
NEED_VERSION= 1.336
MASTER_SITES= ftp://ftp.tux.org/pub/devel/freetype/ \
ftp://ftp.lerc.nasa.gov/ImageMagick/delegates/ \
ftp://ftp.wizards.dupont.com/pub/ImageMagick/delegates/ \
@ -19,7 +19,6 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_GMAKE= Yes
USE_X11= Yes
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu dest
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}

View File

@ -0,0 +1,52 @@
--- Makefile.in.orig Sat Nov 11 21:24:10 2000
+++ Makefile.in Sat Nov 11 21:25:18 2000
@@ -8,9 +8,9 @@
FTTESTDIR = test
FTPODIR = po
-all: ttlib tttest ttpo
+all: ttlib ttpo
-debug: ttlibdebug tttest ttpo
+debug: ttlibdebug ttpo
# we can't use the target names 'lib', 'test', etc.
# because make will believe that the directories are
@@ -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,11 +1,4 @@
@comment $OpenBSD: PLIST,v 1.7 2000/07/19 23:06:27 brad Exp $
bin/ftdump
bin/ftlint
bin/ftstring
bin/ftstrpnm
bin/fttimer
bin/ftview
bin/ftzoom
@comment $OpenBSD: PLIST,v 1.8 2000/11/21 16:05:53 brad Exp $
include/freetype.h
include/fterrid.h
include/ftnameid.h