3d3ae8718f
This package supplies the user files necessary for full compatibility with dynamically linked executables compiled under NetBSD 1.6. This is for NetBSD-current/2.* and only i386 at this stage.
37 lines
897 B
Makefile
37 lines
897 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/12/14 04:17:18 grant Exp $
|
|
#
|
|
|
|
DISTNAME= compat16-${MACHINE_ARCH}-${VERSION}
|
|
PKGNAME= compat16-${VERSION}
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.NetBSD.org/Releases/formal-1.6/index.html
|
|
COMMENT= Shared libraries for NetBSD 1.6 (and earlier) compatibility
|
|
|
|
VERSION= 1.6.0
|
|
|
|
ONLY_FOR_PLATFORM= NetBSD-1.6[A-Z]*-i386 NetBSD-2*-i386
|
|
|
|
NO_MTREE= # defined
|
|
NO_BUILD= # defined
|
|
NO_CONFIGURE= # defined
|
|
SHLIB_HANDLING= NO
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
EMULSUBDIR= emul/netbsd16
|
|
|
|
.if exists(${PKGDIR}/PLIST.${MACHINE_ARCH})
|
|
PLIST_SRC= ${PKGDIR}/PLIST.${MACHINE_ARCH}
|
|
.endif
|
|
|
|
PLIST_SUBST+= EMULSUBDIR=${EMULSUBDIR}
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/${EMULSUBDIR}
|
|
(cd ${WRKDIR}; pax -rw usr ${PREFIX}/${EMULSUBDIR})
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|