mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
Convert to USES=libtool:build
This commit is contained in:
parent
f1ea8652fb
commit
dc2707a58b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366610
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= bglibs
|
||||
PORTVERSION= 1.106
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://untroubled.org/${PORTNAME}/archive/ \
|
||||
@ -14,11 +14,8 @@ COMMENT= One stop library package by Bruce Guenter
|
||||
|
||||
LICENSE= LGPL21
|
||||
|
||||
NOT_FOR_ARCHS= alpha
|
||||
|
||||
USES= perl5
|
||||
USES= libtool:build perl5
|
||||
USE_PERL5= run
|
||||
USE_AUTOTOOLS= libtool:env
|
||||
BGLIBS_INC= ${PREFIX}/include/${PORTNAME}
|
||||
BGLIBS_LIB= ${PREFIX}/lib/${PORTNAME}
|
||||
USE_LDCONFIG= ${BGLIBS_LIB}
|
||||
@ -42,9 +39,6 @@ do-configure:
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
|
||||
@${SED} -i '' 's|${STAGEDIR}||' \
|
||||
${STAGEDIR}${PREFIX}/lib/bglibs/libbg-sysdeps.la \
|
||||
${STAGEDIR}${PREFIX}/lib/bglibs/libbg.la
|
||||
|
||||
selftest: build
|
||||
cd ${WRKSRC} && ${SH} selftests.sh
|
||||
|
@ -99,13 +99,11 @@ lib/bglibs/libbg-net.a
|
||||
lib/bglibs/libbg-path.a
|
||||
lib/bglibs/libbg-str.a
|
||||
lib/bglibs/libbg-sysdeps.a
|
||||
lib/bglibs/libbg-sysdeps.la
|
||||
lib/bglibs/libbg-sysdeps.so
|
||||
lib/bglibs/libbg-sysdeps.so.2
|
||||
lib/bglibs/libbg-unix.a
|
||||
lib/bglibs/libbg.a
|
||||
lib/bglibs/libbg.la
|
||||
lib/bglibs/libbg.so
|
||||
lib/bglibs/libbg-sysdeps.so.2
|
||||
lib/bglibs/libbg.so.2
|
||||
lib/bglibs/libinstaller.a
|
||||
lib/bglibs/libinstcheck.a
|
||||
|
Loading…
Reference in New Issue
Block a user