diff options
| author | Justin M. Seger <jseger@FreeBSD.org> | 1998-01-24 21:51:57 +0000 |
|---|---|---|
| committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-01-24 21:51:57 +0000 |
| commit | 5dc54a9a05b9f3a3b8d7717792a7d5dba761004d (patch) | |
| tree | b0ea925c116a09961fdf675156375f607e0fe44f /print/freetype2 | |
| parent | 3731cc66990752f1a5293fe0f48b5e86e9befdcc (diff) | |
Install header files.
Diffstat (limited to 'print/freetype2')
| -rw-r--r-- | print/freetype2/Makefile | 3 | ||||
| -rw-r--r-- | print/freetype2/pkg-plist | 22 |
2 files changed, 24 insertions, 1 deletions
diff --git a/print/freetype2/Makefile b/print/freetype2/Makefile index 26d82ea7592d..b7b09315f1a3 100644 --- a/print/freetype2/Makefile +++ b/print/freetype2/Makefile @@ -3,7 +3,7 @@ # Date created: January 24, 1998 # Whom: jseger@FreeBSD.org # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/01/24 16:50:41 jseger Exp $ # DISTNAME= freetype-beta @@ -20,5 +20,6 @@ GNU_CONFIGURE= YES do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tools/ttf2bdf/ttf2bdf ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/lib/libttf.a ${PREFIX}/lib + ${INSTALL_DATA} ${WRKSRC}/lib/*.h ${PREFIX}/include ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.mk> diff --git a/print/freetype2/pkg-plist b/print/freetype2/pkg-plist index 62246c2920ff..3dffb9efa41b 100644 --- a/print/freetype2/pkg-plist +++ b/print/freetype2/pkg-plist @@ -1,3 +1,25 @@ bin/ttf2bdf +include/freetype.h +include/header.h +include/ttcache.h +include/ttcalc.h +include/ttcmap.h +include/ttcommon.h +include/ttconfig.h +include/ttdebug.h +include/ttengine.h +include/tterror.h +include/ttfile.h +include/ttgload.h +include/ttinterp.h +include/ttlists.h +include/ttload.h +include/ttmemory.h +include/ttmutex.h +include/ttobjs.h +include/ttraster.h +include/tttables.h +include/tttags.h +include/tttypes.h lib/libttf.a @exec ldconfig -m %B |
