cca24df70e
nbase is a collection of NetBSD tools portable to Linux, MacOS-X and other UNIX-like systems. Its version looks like x.y.z.n, where x is a NetBSD major version, y -- NetBSD minor version, z -- NetBSD patch level, and n -- nbase release number. For example, 7.0.0.4 means fourth release of nbase that corresponds to NetBSD 7.0-RELEASE.
32 lines
798 B
Makefile
32 lines
798 B
Makefile
# $NetBSD: Makefile,v 1.1 2018/03/08 13:44:23 cheusov Exp $
|
|
#
|
|
|
|
DISTNAME= nbase-7.0.0.3
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=cheusov/}
|
|
|
|
MAINTAINER= cheusov@NetBSD.org
|
|
HOMEPAGE= https://github.com/cheusov/nbase
|
|
COMMENT= NetBSD userlevel portable to other UNIX-like systems
|
|
LICENSE= modified-bsd
|
|
|
|
NOT_FOR_PLATFORM= SunOS-*-*
|
|
|
|
GITHUB_PROJECT= nbase
|
|
BUILD_DEPENDS+= mk-configure>=0.30.0:../../devel/mk-configure
|
|
|
|
USE_LANGUAGES= c
|
|
USE_TOOLS+= yacc lex
|
|
|
|
TEST_TARGET= test
|
|
|
|
.include "../../devel/mk-configure/mk-c.mk"
|
|
|
|
MAKE_FLAGS+= PREFIX=${PREFIX}/nbase \
|
|
MANDIR=${PREFIX}/nbase/${PKGMANDIR} \
|
|
LINKSPREFIX=${PREFIX}
|
|
|
|
.include "../../mk/curses.buildlink3.mk"
|
|
.include "../../archivers/bzip2/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|