2014-10-09 15:44:32 +02:00
|
|
|
# $NetBSD: Makefile,v 1.48 2014/10/09 13:44:37 wiz Exp $
|
2009-12-15 18:35:36 +01:00
|
|
|
|
|
|
|
META_PACKAGE= # empty
|
1998-07-13 03:50:08 +02:00
|
|
|
|
2001-02-03 06:34:57 +01:00
|
|
|
.include "Makefile.common"
|
2013-05-31 14:39:57 +02:00
|
|
|
PKGREVISION= 2
|
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
|
2013-05-09 20:26:33 +02:00
|
|
|
DEPENDS+= ${DISTNAME:S/-/-fortran-/}{,nb[0-9]*}:../../devel/libtool-fortran
|
2005-07-19 12:11:48 +02:00
|
|
|
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"
|