e600ef0e83
According to the install file, this package is not for any BSD, not just NetBSD (also not for AIX or HP-UX, but I didn't mark those).
16 lines
427 B
Makefile
16 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"
|