badbf7a2b6
- use better check for ELF which uses cpp-predefined __ELF__ symbol - allow for shared objects without "lib" prefix and non-versioned (both for "modules") - add proper interlibrary dependency checking -- Porters please sync libtool patches with this and make sure to test to make sure there is no breakage with each port.
31 lines
704 B
Makefile
31 lines
704 B
Makefile
# $OpenBSD: Makefile,v 1.25 2001/08/04 03:28:42 brad Exp $
|
|
# $FreeBSD: Makefile,v 1.2 1998/09/23 16:15:53 vanilla Exp $
|
|
|
|
COMMENT= "generic shared library support script"
|
|
|
|
DISTNAME= libtool-1.3.5
|
|
PKGNAME= ${DISTNAME}p1
|
|
CATEGORIES= devel
|
|
NEED_VERSION= 1.413
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= libtool
|
|
|
|
HOMEPAGE= http://www.gnu.org/software/libtool/
|
|
|
|
MAINTAINER= Brad Smith <brad@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
SEPARATE_BUILD= simple
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
CONFIGURE_ARGS+= --enable-static
|
|
|
|
pre-configure:
|
|
@rm -f ${WRKSRC}/doc/libtool.info*
|
|
|
|
.include <bsd.port.mk>
|