blob: b5ecb3efb0bef5a5b2d40671a2d2c93f950184a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $NetBSD: Makefile,v 1.44 2005/07/19 10:20:07 grant Exp $
.include "Makefile.common"
SVR4_PKGNAME= ltool
DEPENDS+= ${DISTNAME:S/-/-base-/}{,nb[0-9]*}:../../devel/libtool-base
DEPENDS+= ${DISTNAME:S/-/-info-/}{,nb[0-9]*}:../../devel/libtool-info
# There is no libltdl dependency here; this is deliberate, so that libltdl
# can be updated independently of the rest of libtool.
COMMENT= Generic shared library support script
NO_CONFIGURE= yes
NO_BUILD= yes
do-patch:
do-install:
@${ECHO_MSG} this is only a meta package.
.include "../../mk/bsd.pkg.mk"
|