pkgsrc/devel/pth/Makefile

43 lines
1.1 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.66 2005/04/11 21:45:37 tv Exp $
1999-07-05 07:09:48 +02:00
#
DISTNAME= pth-2.0.0
PKGREVISION= 2
2000-06-05 02:52:19 +02:00
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=pth/}
1999-07-05 07:09:48 +02:00
2003-07-17 23:31:04 +02:00
MAINTAINER= tech-pkg@NetBSD.org
2000-06-05 02:52:19 +02:00
HOMEPAGE= http://www.gnu.org/software/pth/pth.html
COMMENT= GNU Portable Thread library
1999-07-05 07:09:48 +02:00
CONFLICTS= pth-current-[0-9]* pth-syscall<1.4.1nb1
1999-08-12 20:02:19 +02:00
2004-01-05 21:48:01 +01:00
PKG_INSTALLATION_TYPES= overwrite pkgviews
2000-06-05 02:52:19 +02:00
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
1999-07-05 07:09:48 +02:00
CONFIGURE_ARGS+= --enable-pthread
CONFIGURE_ARGS+= --with-fdsetsize=1024
#CONFIGURE_ARGS+= --enable-debug
TEST_TARGET= test
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"
. if ${MACHINE_ARCH} == "m68k" && (!empty(OS_VERSION:M1.5.[12]*) || !empty(OS_VERSION:M1.[0-4]*))
pre-configure:
@${ECHO} Building without --enable-syscall-hard. lib/18644 needs fixing.
. else
CONFIGURE_ARGS+= --enable-syscall-hard
. endif
.endif
2000-01-21 04:06:37 +01:00
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pth/
cd ${WRKSRC} && ${INSTALL_DATA} ANNOUNCE AUTHORS COPYING HACKING \
NEWS README SUPPORT TESTS THANKS USERS pthread.ps rse-pmt.ps \
${PREFIX}/share/doc/pth/
2000-01-21 04:06:37 +01:00
1999-07-05 07:09:48 +02:00
.include "../../mk/bsd.pkg.mk"