2005-07-19 12:11:48 +02:00
|
|
|
# $NetBSD: Makefile,v 1.44 2005/07/19 10:20:07 grant Exp $
|
1998-07-13 03:50:08 +02:00
|
|
|
|
2001-02-03 06:34:57 +01:00
|
|
|
.include "Makefile.common"
|
1998-07-13 03:50:08 +02:00
|
|
|
|
2001-10-18 17:20:01 +02:00
|
|
|
SVR4_PKGNAME= ltool
|
1998-07-13 03:50:08 +02:00
|
|
|
|
2005-07-19 12:11:48 +02:00
|
|
|
DEPENDS+= ${DISTNAME:S/-/-base-/}{,nb[0-9]*}:../../devel/libtool-base
|
|
|
|
DEPENDS+= ${DISTNAME:S/-/-info-/}{,nb[0-9]*}:../../devel/libtool-info
|
2001-02-16 15:38:16 +01:00
|
|
|
|
2004-10-14 21:04:56 +02:00
|
|
|
# There is no libltdl dependency here; this is deliberate, so that libltdl
|
|
|
|
# can be updated independently of the rest of libtool.
|
|
|
|
|
2001-02-27 09:20:23 +01:00
|
|
|
COMMENT= Generic shared library support script
|
2000-02-12 17:26:52 +01:00
|
|
|
|
2001-02-03 06:34:57 +01:00
|
|
|
NO_CONFIGURE= yes
|
|
|
|
NO_BUILD= yes
|
2000-10-14 18:11:35 +02:00
|
|
|
|
2003-03-29 10:38:21 +01:00
|
|
|
do-patch:
|
|
|
|
|
2001-02-03 06:34:57 +01:00
|
|
|
do-install:
|
|
|
|
@${ECHO_MSG} this is only a meta package.
|
1998-07-13 03:50:08 +02:00
|
|
|
|
1998-07-13 03:53:49 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|