mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
Install header files.
This commit is contained in:
parent
3731cc6699
commit
5dc54a9a05
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=9430
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user