2010-03-21 17:50:41 +01:00
|
|
|
# $NetBSD: Makefile,v 1.75 2010/03/21 16:50:41 joerg Exp $
|
2004-08-06 18:55:06 +02:00
|
|
|
#
|
|
|
|
# NOTE: If you update this package, it is *mandatory* that you update
|
|
|
|
# pkgsrc/pkgtools/libnbcompat/files/README to reflect the actual
|
|
|
|
# list of tested and supported platforms.
|
2003-03-31 07:02:17 +02:00
|
|
|
#
|
|
|
|
|
2009-06-10 13:03:47 +02:00
|
|
|
DISTNAME= libnbcompat-20090610
|
2005-05-15 04:01:14 +02:00
|
|
|
CATEGORIES= pkgtools devel
|
2003-03-31 07:02:17 +02:00
|
|
|
MASTER_SITES= # empty
|
|
|
|
DISTFILES= # empty
|
|
|
|
|
2010-03-21 17:50:41 +01:00
|
|
|
MAINTAINER= joerg@NetBSD.org
|
2003-03-31 07:02:17 +02:00
|
|
|
HOMEPAGE= http://www.NetBSD.org/
|
2004-09-23 17:57:40 +02:00
|
|
|
COMMENT= Portable NetBSD compatibility library
|
2003-03-31 07:02:17 +02:00
|
|
|
|
2008-10-06 14:36:19 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
2003-08-31 14:02:56 +02:00
|
|
|
|
2004-08-06 18:55:06 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2008-10-06 14:36:19 +02:00
|
|
|
MAKE_ENV+= LIBMODE=${LIBMODE}
|
2003-08-31 14:02:56 +02:00
|
|
|
|
2008-10-10 02:21:43 +02:00
|
|
|
# Enable by default for standalone builds
|
|
|
|
CONFIGURE_ARGS+= --enable-db
|
|
|
|
|
2003-03-31 07:02:17 +02:00
|
|
|
do-extract:
|
2005-01-06 06:32:29 +01:00
|
|
|
@${CP} -R ${FILESDIR} ${WRKSRC}
|
2003-03-31 07:02:17 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|