pkgsrc/devel/libtool/Makefile
tv ef4829b3e0 Update libtool* packages to account for libltdl split, and simplify by
moving some common things into Makefile.common.
2004-10-14 19:04:56 +00:00

23 lines
539 B
Makefile

# $NetBSD: Makefile,v 1.43 2004/10/14 19:04:56 tv Exp $
.include "Makefile.common"
SVR4_PKGNAME= ltool
DEPENDS+= ${DISTNAME:S/-/-base-/}{,nb[0-9]*}:../libtool-base
DEPENDS+= ${DISTNAME:S/-/-info-/}{,nb[0-9]*}:../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"