mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
This commit is contained in:
parent
912a19e0c6
commit
9ff4d01a3d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170570
6 changed files with 6 additions and 6 deletions
|
@ -20,7 +20,7 @@ SOVERSION= 1
|
|||
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -I." LN="${LN} -sf" \
|
||||
SOLIB="${SOLIB}" SOVERSION="${SOVERSION}"
|
||||
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
do-install:
|
||||
$(INSTALL_PROGRAM) ${WRKSRC}/arccat $(PREFIX)/bin
|
||||
|
|
|
@ -13,7 +13,7 @@ MASTER_SITES= http://www.bsd-geek.de/FreeBSD/distfiles/
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A portable library and utility to use Microsoft cabinet files (.cab)
|
||||
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
SRCFILE= ${WRKSRC}/listcab.cpp
|
||||
PROGFILE= ${SRCFILE:S/.cpp$//}
|
||||
|
|
|
@ -24,7 +24,7 @@ USE_AUTOTOOLS= libltdl:15
|
|||
USE_GNOME= gnomehack gnometarget pkgconfig
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -lintl"
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.if !defined(WITHOUT_NLS)
|
||||
USE_GETTEXT= yes
|
||||
|
|
|
@ -25,7 +25,7 @@ USE_AUTOTOOLS= automake:14 autoconf:213 libtool:15
|
|||
CONFIGURE_ARGS= --with-glob
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib -lintl -liconv"
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_ENV= OLD_PO_FILE_INPUT=1
|
||||
|
||||
MAN1= gendiff.1
|
||||
|
|
|
@ -14,7 +14,7 @@ MASTER_SITES= http://www.oberhumer.com/opensource/ucl/download/
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A data compression library with low memory usage
|
||||
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-shared
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
|
|
@ -17,7 +17,7 @@ COMMENT= A java.util.zip-like C++ library for reading and writing Zip files
|
|||
|
||||
USE_GNOME= gnometarget
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_LDCONFIG= yes
|
||||
# port don't strictly need it, but Wesnoth use it so must we
|
||||
USE_GCC= 3.4
|
||||
USE_AUTOTOOLS= automake:19:env
|
||||
|
|
Loading…
Add table
Reference in a new issue