mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 18:48:05 -04:00
19 lines
552 B
Makefile
19 lines
552 B
Makefile
# $NetBSD: Makefile,v 1.49 2016/07/09 06:38:09 wiz Exp $
|
|
|
|
META_PACKAGE= # empty
|
|
|
|
.include "Makefile.common"
|
|
PKGREVISION= 3
|
|
|
|
|
|
DEPENDS+= ${DISTNAME:S/-/-base-/}{,nb[0-9]*}:../../devel/libtool-base
|
|
DEPENDS+= ${DISTNAME:S/-/-fortran-/}{,nb[0-9]*}:../../devel/libtool-fortran
|
|
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
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|