pkgsrc-wip/heirloom-who/Makefile
Aleksey Cheusov 6b07f206b6 heirloom's internal library from libcommon/ is built once.
heirloom-libcommon package is created for this.
2007-05-19 13:26:12 +00:00

13 lines
332 B
Makefile

# $NetBSD: Makefile,v 1.4 2007/05/19 13:26:20 cheusov Exp $
NOT_FOR_PLATFORM+= Interix-*-*
.include "../../wip/heirloom-common/Makefile.prog2.common"
PKGNAME= heirloom-who-${HEIRLOOM_VER}
CATEGORIES= textproc
MAKE_FLAGS+= SUBDIRS="build who"
.include "../../wip/heirloom-libcommon/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"