mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Convert xdelta to elf.
This commit is contained in:
parent
8e535babbf
commit
518c20091d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13316
@ -3,7 +3,7 @@
|
||||
# Date created: Sun May 4 21:40:06 CDT 1997
|
||||
# Whom: jmacd
|
||||
#
|
||||
# $Id: Makefile,v 1.9 1998/05/03 23:57:56 steve Exp $
|
||||
# $Id: Makefile,v 1.10 1998/09/03 00:05:11 jmacd Exp $
|
||||
#
|
||||
|
||||
DISTNAME= xdelta-0.23
|
||||
@ -17,6 +17,10 @@ BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
|
||||
GNU_CONFIGURE= yup
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS=-L${LOCALBASE}/lib INSTALL_SCRIPT='$${INSTALL} -m 755'
|
||||
|
||||
MAN1= xdelta.1
|
||||
|
||||
post-install:
|
||||
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,7 +1,10 @@
|
||||
bin/xdelta
|
||||
include/fakeglib.h
|
||||
include/xdelta.h
|
||||
include/xdeltaconfig.h
|
||||
include/fakeglib.h
|
||||
lib/libxdelta.so.0.22.0
|
||||
lib/libxdelta.la
|
||||
lib/libxdelta.a
|
||||
lib/libxdelta.la
|
||||
lib/libxdelta.so
|
||||
lib/libxdelta.so.0.22
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
|
Loading…
Reference in New Issue
Block a user