Lines 1-7
Link Here
|
1 |
# Created by: Motoyuki Kasahara <m-kasahr@sra.co.jp> |
1 |
# Created by: Motoyuki Kasahara <m-kasahr@sra.co.jp> |
2 |
|
2 |
|
3 |
PORTNAME= libtool |
3 |
PORTNAME= libtool |
4 |
PORTREVISION= 1 |
4 |
PORTREVISION= 0 |
5 |
|
5 |
|
6 |
COMMENT= Generic shared library support script |
6 |
COMMENT= Generic shared library support script |
7 |
|
7 |
|
Lines 15-28
RUN_DEPENDS= gm4:devel/m4
Link Here
|
15 |
|
15 |
|
16 |
GNU_CONFIGURE= yes |
16 |
GNU_CONFIGURE= yes |
17 |
CONFIGURE_ARGS= --disable-ltdl-install |
17 |
CONFIGURE_ARGS= --disable-ltdl-install |
18 |
MAKE_ARGS= MAKEINFOFLAGS=--no-split |
|
|
19 |
NO_ARCH= yes |
18 |
NO_ARCH= yes |
20 |
USES+= makeinfo |
|
|
21 |
|
19 |
|
22 |
INFO= libtool |
20 |
INFO= libtool |
23 |
|
21 |
|
24 |
post-patch: |
|
|
25 |
@${RM} ${WRKSRC}/doc/*.info* |
26 |
@${TOUCH} ${WRKSRC}/doc/libtool.1 |
27 |
|
28 |
.include <bsd.port.mk> |
22 |
.include <bsd.port.mk> |