openbsd-ports/devel/libtool/Makefile

24 lines
589 B
Makefile
Raw Normal View History

1999-05-28 09:21:26 -04:00
# $OpenBSD: Makefile,v 1.5 1999/05/28 13:21:26 brad Exp $
# $FreeBSD: Makefile,v 1.2 1998/09/23 16:15:53 vanilla Exp $
1998-11-10 01:24:25 -05:00
1999-05-28 09:21:26 -04:00
DISTNAME= libtool-1.3.2
1998-11-10 01:24:25 -05:00
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
1999-03-06 19:14:40 -05:00
MASTER_SITE_SUBDIR= libtool
1998-11-10 01:24:25 -05:00
1999-05-04 23:13:02 -04:00
NEED_VERSION= 1.73
1998-11-10 01:24:25 -05:00
MAINTAINER= jbi130@mail.usask.ca
1999-05-04 23:13:02 -04:00
SEPARATE_BUILD= yes
1998-11-10 01:24:25 -05:00
GNU_CONFIGURE= yes
1999-05-04 23:13:02 -04:00
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static
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>