1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/devel/libtool/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

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>