2002-12-29 15:19:09 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.11 2002/12/29 20:19:12 fgsch Exp $
|
2000-07-28 06:39:00 -04:00
|
|
|
|
2001-03-26 18:54:42 -05:00
|
|
|
COMMENT= "GNU portable threads"
|
|
|
|
|
2002-01-27 12:51:20 -05:00
|
|
|
DISTNAME= pth-1.4.1
|
2000-07-28 06:39:00 -04:00
|
|
|
CATEGORIES= devel
|
2002-05-13 14:50:36 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=pth/}
|
2000-07-28 06:39:00 -04:00
|
|
|
|
|
|
|
HOMEPAGE= http://www.gnu.org/software/pth/
|
|
|
|
|
2000-09-24 03:03:59 -04:00
|
|
|
MAINTAINER= Brad Smith <brad@openbsd.org>
|
2000-07-28 06:39:00 -04:00
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
2002-02-25 22:57:38 -05:00
|
|
|
CONFIGURE_ARGS+= --enable-static \
|
|
|
|
--enable-syscall-soft \
|
|
|
|
--enable-optimize \
|
|
|
|
--enable-batch
|
2001-03-26 18:54:42 -05:00
|
|
|
|
2002-01-27 12:51:20 -05:00
|
|
|
PATCH_LIST= ${PORTSDIR}/infrastructure/patches/patch-lt1.3.5-ltconfig \
|
|
|
|
${PORTSDIR}/infrastructure/patches/patch-lt1.3.5-ltmain_sh \
|
|
|
|
patch-*
|
|
|
|
|
2001-12-20 19:36:37 -05:00
|
|
|
REGRESS_TARGET= test
|
2000-07-28 06:39:00 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|