mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Support stage
This commit is contained in:
parent
cc445d3636
commit
5bc36b3862
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341367
@ -7,7 +7,8 @@ MASTERDIR= ${.CURDIR}/../../devel/libtool
|
||||
COMMENT= System independent dlopen wrapper
|
||||
|
||||
LICENSE= LGPL21
|
||||
LICENSE_FILE= ${CONFIGURE_WRKSRC}/COPYING.LIB
|
||||
CONFIGURE_ENV= LTVERHACK=1
|
||||
MAKE_ENV= LTVERHACK=1
|
||||
USE_GNOME= ltverhack
|
||||
USE_LDCONFIG= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
@ -21,5 +22,4 @@ DESCR= ${.CURDIR}/pkg-descr
|
||||
PLIST= ${.CURDIR}/pkg-plist
|
||||
INFO= # empty
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -13,7 +13,6 @@ MAINTAINER= autotools@FreeBSD.org
|
||||
COMMENT?= Generic shared library support script
|
||||
|
||||
LICENSE?= GPLv2
|
||||
LICENSE_FILE?= ${WRKSRC}/COPYING
|
||||
|
||||
CONFLICTS= libtool-fixed-[0-9]*
|
||||
|
||||
@ -21,11 +20,6 @@ GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS?= --disable-ltdl-install
|
||||
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
|
||||
INFO?= libtool
|
||||
.if ${PORTNAME} != "libltdl"
|
||||
MAN1= libtool.1 libtoolize.1
|
||||
.endif
|
||||
|
||||
NO_STAGE= yes
|
||||
|
||||
post-extract:
|
||||
@${RM} -f ${WRKSRC}/doc/*.info*
|
||||
|
@ -1,5 +1,7 @@
|
||||
bin/libtool
|
||||
bin/libtoolize
|
||||
man/man1/libtool.1.gz
|
||||
man/man1/libtoolize.1.gz
|
||||
share/aclocal/argz.m4
|
||||
share/aclocal/libtool.m4
|
||||
share/aclocal/ltdl.m4
|
||||
|
Loading…
Reference in New Issue
Block a user