mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
29 lines
534 B
Makefile
29 lines
534 B
Makefile
# Created by: Motoyuki Kasahara <m-kasahr@sra.co.jp>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libtool
|
|
PORTREVISION= 0
|
|
|
|
COMMENT= Generic shared library support script
|
|
|
|
.include "${.CURDIR}/../libtool/Makefile.common"
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= gm4:devel/m4
|
|
RUN_DEPENDS= gm4:devel/m4
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-ltdl-install
|
|
MAKE_ARGS= MAKEINFOFLAGS=--no-split
|
|
USES+= makeinfo
|
|
|
|
INFO= libtool
|
|
|
|
post-patch:
|
|
@${RM} -f ${WRKSRC}/doc/*.info*
|
|
@${TOUCH} ${WRKSRC}/doc/libtool.1
|
|
|
|
.include <bsd.port.mk>
|