2009-12-15 18:35:36 +01:00
|
|
|
# $NetBSD: Makefile,v 1.45 2009/12/15 17:35:36 joerg Exp $
|
|
|
|
|
|
|
|
META_PACKAGE= # empty
|
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
|
|
|
|
1998-07-13 03:53:49 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|