mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
17 lines
427 B
Makefile
17 lines
427 B
Makefile
# $NetBSD: Makefile,v 1.2 2012/05/22 16:41:57 marino Exp $
|
|
|
|
PKGNAME= heirloom-shl-${HEIRLOOM_VER}
|
|
CATEGORIES= sysutils
|
|
|
|
MAKE_FLAGS+= SUBDIRS="build shl"
|
|
|
|
NOT_FOR_PLATFORM+= Interix-*-* NetBSD-*-* FreeBSD-*-* OpenBSD-*-*
|
|
NOT_FOR_PLATFORM+= DragonFly-*-*
|
|
|
|
.include "../../sysutils/heirloom-doc/Makefile.common"
|
|
|
|
DESCR_SRC+= ${.CURDIR}/DESCR
|
|
|
|
.include "../../devel/heirloom-libcommon/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|