pkgsrc/pkgtools/libnbcompat/Makefile

29 lines
695 B
Makefile
Raw Normal View History

2010-03-21 17:50:41 +01:00
# $NetBSD: Makefile,v 1.75 2010/03/21 16:50:41 joerg Exp $
#
# 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.
#
2009-06-10 13:03:47 +02:00
DISTNAME= libnbcompat-20090610
2005-05-15 04:01:14 +02:00
CATEGORIES= pkgtools devel
MASTER_SITES= # empty
DISTFILES= # empty
2010-03-21 17:50:41 +01:00
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://www.NetBSD.org/
2004-09-23 17:57:40 +02:00
COMMENT= Portable NetBSD compatibility library
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
MAKE_ENV+= LIBMODE=${LIBMODE}
# Enable by default for standalone builds
CONFIGURE_ARGS+= --enable-db
do-extract:
@${CP} -R ${FILESDIR} ${WRKSRC}
.include "../../mk/bsd.pkg.mk"