mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
eb645d01cb
libtool-1.5.10 aimed at developers that need to create cross-platform software distributions. This port installs into ${LOCALBASE}/gnu-autotools, so developers that need to make use of this version of libtool can adjust their paths accordingly. Discussed with: ade
32 lines
714 B
Makefile
32 lines
714 B
Makefile
# New ports collection makefile for: libtool
|
|
# Date created: 6 May 1998
|
|
# Whom: Motoyuki Kasahara <m-kasahr@sra.co.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libtool
|
|
PORTVERSION= 1.5.10
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= libtool
|
|
PKGNAMEPREFIX= gnu-
|
|
DISTNAME= libtool-${PORTVERSION}
|
|
|
|
MAINTAINER= marcus@FreeBSD.org
|
|
COMMENT= Generic shared library support script (version 1.5)
|
|
|
|
PREFIX?= ${LOCALBASE}/gnu-autotools
|
|
|
|
PLIST_SUB= BUILD_VERSION=${BUILD_VERSION}
|
|
GNU_CONFIGURE= yes
|
|
NO_MTREE= yes
|
|
CONFIGURE_ARGS= --disable-ltdl-install
|
|
CONFIGURE_ENV= PREFIX=${PREFIX}
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|