Imported devel/deforaos-libsystem-0.1.5nb1 from pkgsrc
This commit is contained in:
parent
424d79cf93
commit
bf5d52aebd
4 changed files with 15 additions and 4 deletions
|
@ -1,8 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.9 2012/09/28 21:24:34 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2013/12/29 16:17:59 khorben Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libSystem-0.1.5
|
||||
PKGNAME= deforaos-libsystem-0.1.5
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.defora.org/os/download/download/3450/
|
||||
|
||||
|
@ -14,6 +15,16 @@ LICENSE= gnu-gpl-v3
|
|||
|
||||
MAKE_FLAGS+= PREFIX=${PREFIX}
|
||||
MAKE_FLAGS+= DESTDIR=${DESTDIR}
|
||||
MAKE_FLAGS+= INSTALL=${INSTALL}
|
||||
|
||||
# Don't use non-portable ${INSTALL} arguments
|
||||
SUBST_CLASSES+= nodashes
|
||||
SUBST_STAGE.nodashes= pre-configure
|
||||
SUBST_FILES.nodashes= include/Makefile include/System/Makefile
|
||||
SUBST_FILES.nodashes+= src/Makefile tools/Makefile
|
||||
SUBST_SED.nodashes= -e '/INSTALL/s/ -- / /'
|
||||
|
||||
LDFLAGS.SunOS+= -lresolv
|
||||
|
||||
.include "../../security/openssl/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2010/12/31 17:47:04 khorben Exp $
|
||||
@comment $NetBSD: PLIST,v 1.4 2013/12/29 16:17:59 khorben Exp $
|
||||
bin/AppBroker
|
||||
include/System.h
|
||||
include/System/appclient.h
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.2 2009/09/06 23:26:04 khorben Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.3 2013/12/29 16:17:59 khorben Exp $
|
||||
|
||||
BUILDLINK_TREE+= deforaos-libsystem
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.5 2010/12/31 17:39:20 khorben Exp $
|
||||
$NetBSD: distinfo,v 1.6 2013/12/29 16:17:59 khorben Exp $
|
||||
|
||||
SHA1 (libSystem-0.1.5.tar.gz) = fec8111dab22d21993c7d22f29d3d08dc3ea6938
|
||||
RMD160 (libSystem-0.1.5.tar.gz) = f73f75c2ad85393bf18ebc5f977cae2aa1e22408
|
||||
|
|
Loading…
Reference in a new issue