openbsd-ports/devel/libtool/Makefile

27 lines
652 B
Makefile
Raw Normal View History

1999-09-30 20:55:28 -04:00
# $OpenBSD: Makefile,v 1.8 1999/10/01 00:55:28 jasoni Exp $
# $FreeBSD: Makefile,v 1.2 1998/09/23 16:15:53 vanilla Exp $
1998-11-10 01:24:25 -05:00
1999-09-30 20:55:28 -04:00
DISTNAME= libtool-1.3.3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= libtool
1998-11-10 01:24:25 -05:00
1999-09-30 20:55:28 -04:00
NEED_VERSION= 1.73
1999-05-04 23:13:02 -04:00
1999-09-30 20:55:28 -04:00
MAINTAINER= ports@openbsd.org
1998-11-10 01:24:25 -05:00
1999-09-30 20:55:28 -04:00
SEPARATE_BUILD= simple
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static
1998-11-10 01:24:25 -05:00
1999-06-01 18:05:11 -04:00
pre-configure:
${RM} ${WRKSRC}/doc/libtool.info*
1998-11-10 01:24:25 -05:00
post-install:
1999-05-04 23:13:02 -04:00
@if [ -d ${PREFIX}/info -a ! -f ${PREFIX}/info/dir -a -f /usr/share/info/dir ]; then \
1998-11-10 01:24:25 -05:00
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
1999-05-04 23:13:02 -04:00
fi
1998-11-10 01:24:25 -05:00
.include <bsd.port.mk>