1998-05-07 15:58:20 +00:00
|
|
|
# New ports collection makefile for: libtool
|
|
|
|
# Date created: 6 May 1998
|
|
|
|
# Whom: Motoyuki Kasahara <m-kasahr@sra.co.jp>
|
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1998-05-07 15:58:20 +00:00
|
|
|
#
|
|
|
|
|
2000-04-11 21:30:15 +00:00
|
|
|
PORTNAME= libtool
|
|
|
|
PORTVERSION= 1.3.4
|
2002-06-08 08:57:34 +00:00
|
|
|
PORTREVISION= 4
|
1998-05-07 15:58:20 +00:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
1999-01-27 07:41:29 +00:00
|
|
|
MASTER_SITE_SUBDIR= libtool
|
1998-05-07 15:58:20 +00:00
|
|
|
|
2003-04-28 17:27:29 +00:00
|
|
|
MAINTAINER= freebsd-ports@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= Generic shared library support script
|
1998-05-07 15:58:20 +00:00
|
|
|
|
2001-05-22 09:21:05 +00:00
|
|
|
# This port has not been upgraded to 1.4 because it is used by about 30% of
|
|
|
|
# the ports collection, and more testing is needed. If someone can supply a
|
|
|
|
# working patch then it will be upgraded.
|
2000-10-24 16:00:52 +00:00
|
|
|
|
2001-02-05 08:21:54 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
1998-05-07 15:58:20 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1999-05-29 03:45:27 +00:00
|
|
|
CONFIGURE_ENV= PREFIX=${PREFIX}
|
1998-05-07 15:58:20 +00:00
|
|
|
|
2002-09-14 13:32:06 +00:00
|
|
|
.ifdef USE_LIBTOOL
|
|
|
|
.error You have `USE_LIBTOOL' variable defined either in environment or in make(1) arguments. Please undefine and try again.
|
|
|
|
.endif
|
|
|
|
|
1998-05-07 15:58:20 +00:00
|
|
|
.include <bsd.port.mk>
|