- make sym links for header files, backwards compatibility for programs
that expect the headers in the old location - sync PLISTs and add missing @dirrm tag
This commit is contained in:
parent
542d58de28
commit
eb978bb736
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2000/01/19 10:23:03 kevlo Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2000/02/04 08:01:35 brad Exp $
|
||||
# $FreeBSD: Makefile,v 1.6 1998/06/21 02:42:33 jseger Exp $
|
||||
|
||||
DISTNAME= freetype-1.3
|
||||
@ -39,4 +39,10 @@ pre-extract:
|
||||
exit 1; \
|
||||
fi
|
||||
|
||||
# Older versions of freetype installed include files in ${PREFIX}/include
|
||||
# this is a compatibility hack for now
|
||||
|
||||
post-install:
|
||||
@ln -fs ${PREFIX}/include/freetype/*.h ${PREFIX}/include
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -5,16 +5,36 @@ bin/ftstrpnm
|
||||
bin/fttimer
|
||||
bin/ftview
|
||||
bin/ftzoom
|
||||
include/freetype.h
|
||||
include/freetype/freetype.h
|
||||
include/freetype/fterrid.h
|
||||
include/freetype/ftnameid.h
|
||||
include/freetype/ftxcmap.h
|
||||
include/freetype/ftxerr18.h
|
||||
include/freetype/ftxgasp.h
|
||||
include/freetype/ftxgdef.h
|
||||
include/freetype/ftxgpos.h
|
||||
include/freetype/ftxgsub.h
|
||||
include/freetype/ftxkern.h
|
||||
include/freetype/ftxopen.h
|
||||
include/freetype/ftxpost.h
|
||||
include/freetype/ftxsbit.h
|
||||
include/freetype/ftxwidth.h
|
||||
include/fterrid.h
|
||||
include/ftnameid.h
|
||||
include/ftxcmap.h
|
||||
include/ftxerr18.h
|
||||
include/ftxgasp.h
|
||||
include/ftxgdef.h
|
||||
include/ftxgpos.h
|
||||
include/ftxgsub.h
|
||||
include/ftxkern.h
|
||||
include/ftxopen.h
|
||||
include/ftxpost.h
|
||||
include/ftxsbit.h
|
||||
include/ftxwidth.h
|
||||
lib/libttf.a
|
||||
lib/libttf.la
|
||||
lib/libttf.so.1.3
|
||||
@exec /sbin/ldconfig -m %B
|
||||
@dirrm include/freetype
|
||||
|
@ -6,13 +6,33 @@ bin/fttimer
|
||||
bin/ftview
|
||||
bin/ftzoom
|
||||
include/freetype.h
|
||||
include/freetype/freetype.h
|
||||
include/freetype/fterrid.h
|
||||
include/freetype/ftnameid.h
|
||||
include/freetype/ftxcmap.h
|
||||
include/freetype/ftxerr18.h
|
||||
include/freetype/ftxgasp.h
|
||||
include/freetype/ftxgdef.h
|
||||
include/freetype/ftxgpos.h
|
||||
include/freetype/ftxgsub.h
|
||||
include/freetype/ftxkern.h
|
||||
include/freetype/ftxopen.h
|
||||
include/freetype/ftxpost.h
|
||||
include/freetype/ftxsbit.h
|
||||
include/freetype/ftxwidth.h
|
||||
include/fterrid.h
|
||||
include/ftnameid.h
|
||||
include/ftxcmap.h
|
||||
include/ftxerr18.h
|
||||
include/ftxgasp.h
|
||||
include/ftxgdef.h
|
||||
include/ftxgpos.h
|
||||
include/ftxgsub.h
|
||||
include/ftxkern.h
|
||||
include/ftxopen.h
|
||||
include/ftxpost.h
|
||||
include/ftxsbit.h
|
||||
include/ftxwidth.h
|
||||
lib/libttf.a
|
||||
lib/libttf.la
|
||||
@dirrm include/freetype
|
||||
|
Loading…
Reference in New Issue
Block a user