mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Convert aalib to elf.
This commit is contained in:
parent
e21cbb67ad
commit
fe0bfc0eb7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13308
2 changed files with 8 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
# Date created: 9 Dec 1997
|
||||
# Whom: Andrey Zakhvatov
|
||||
#
|
||||
# $Id: Makefile,v 1.4 1998/03/29 01:33:10 steve Exp $
|
||||
# $Id: Makefile,v 1.5 1998/04/19 10:26:47 andreas Exp $
|
||||
#
|
||||
|
||||
DISTNAME= aalib-1.2
|
||||
|
@ -19,4 +19,7 @@ pre-install:
|
|||
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
|
||||
fi
|
||||
|
||||
post-install:
|
||||
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -2,11 +2,13 @@ bin/aafire
|
|||
bin/aainfo
|
||||
bin/aasavefont
|
||||
bin/aatest
|
||||
include/aalib.h
|
||||
lib/libaa.a
|
||||
lib/libaa.la
|
||||
lib/libaa.so
|
||||
lib/libaa.so.1.3
|
||||
include/aalib.h
|
||||
lib/libaa.so.1
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
@unexec install-info --delete %D/info/aalib.info %D/info/dir
|
||||
info/aalib.info
|
||||
@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
|
||||
|
|
Loading…
Add table
Reference in a new issue