freebsd-ports/devel/gnu-libtool/Makefile

30 lines
691 B
Makefile
Raw Normal View History

# New ports collection makefile for: libtool
# Date created: 6 May 1998
# Whom: Motoyuki Kasahara <m-kasahr@sra.co.jp>
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
PORTNAME= libtool
2005-11-16 04:57:43 +01:00
PORTVERSION= 1.5.20
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= libtool
PKGNAMEPREFIX= gnu-
DISTNAME= libtool-${PORTVERSION}
MAINTAINER= ade@FreeBSD.org
COMMENT= Generic shared library support script (GNU unmodified)
PREFIX?= ${LOCALBASE}/gnu-autotools
PLIST_SUB= BUILD_VERSION=${BUILD_VERSION}
GNU_CONFIGURE= yes
NO_MTREE= yes
INFO= libtool
CONFIGURE_ARGS= --disable-ltdl-install
CONFIGURE_ENV= PREFIX=${PREFIX}
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
.include <bsd.port.mk>