include working around an apparent bug in an autoconf macro defined in aclocal.m4. This should now cause getopt_long() to be built on systems that are missing getopt.h. This version of libnbcompat has been tested on the following platforms: FreeBSD-4.8/i386 MacOS X 10.2.8 NetBSD-1.6.2/i386
31 lines
794 B
Makefile
31 lines
794 B
Makefile
# $NetBSD: Makefile,v 1.38 2004/08/13 04:38:02 jlam 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.
|
|
#
|
|
|
|
DISTNAME= libnbcompat-20040813
|
|
CATEGORIES= pkgtools
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= grant@NetBSD.org
|
|
HOMEPAGE= http://www.NetBSD.org/
|
|
COMMENT= portable NetBSD compatibility library
|
|
|
|
NO_BUILDLINK= yes
|
|
NO_PKGTOOLS_REQD_CHECK= yes
|
|
NO_CHECKSUM= yes
|
|
NO_MTREE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PKG_INFO= PKG_DBDIR=${_PKG_DBDIR} ${PKG_INFO_CMD}
|
|
PKG_CREATE= PKG_DBDIR=${_PKG_DBDIR} ${PKG_CREATE_CMD}
|
|
PKG_DELETE= PKG_DBDIR=${_PKG_DBDIR} ${PKG_DELETE_CMD}
|
|
|
|
do-extract:
|
|
@${CP} -Rp ${FILESDIR} ${WRKSRC}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|