openbsd-ports/devel/libtool/Makefile
1999-06-01 22:05:11 +00:00

27 lines
643 B
Makefile

# $OpenBSD: Makefile,v 1.6 1999/06/01 22:05:11 brad Exp $
# $FreeBSD: Makefile,v 1.2 1998/09/23 16:15:53 vanilla Exp $
DISTNAME= libtool-1.3.2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= libtool
NEED_VERSION= 1.73
MAINTAINER= jbi130@mail.usask.ca
SEPARATE_BUILD= simple
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static
pre-configure:
${RM} ${WRKSRC}/doc/libtool.info*
post-install:
@if [ -d ${PREFIX}/info -a ! -f ${PREFIX}/info/dir -a -f /usr/share/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
.include <bsd.port.mk>