24 lines
589 B
Makefile
24 lines
589 B
Makefile
# $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 $
|
|
|
|
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= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
CONFIGURE_ARGS+= --enable-static
|
|
|
|
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>
|