buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
22 lines
509 B
Makefile
22 lines
509 B
Makefile
# $NetBSD: Makefile,v 1.37 2002/08/25 18:38:33 jlam Exp $
|
|
#
|
|
|
|
DISTFILES= # empty
|
|
.include "Makefile.common"
|
|
|
|
PKGNAME= ${PKGPFX}
|
|
SVR4_PKGNAME= ltool
|
|
|
|
DEPENDS+= ${PKGPFX:S/-/-base-/}${PKGREVISION:C/[0-9]*/nb/}${PKGREVISION}:../libtool-base
|
|
DEPENDS+= ${PKGPFX:S/-/-info-/}${PKGREVISION:C/[0-9]*/nb/}${PKGREVISION}:../libtool-info
|
|
|
|
COMMENT= Generic shared library support script
|
|
|
|
NO_CONFIGURE= yes
|
|
NO_PATCH= yes
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
@${ECHO_MSG} this is only a meta package.
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|