32 lines
717 B
Makefile
32 lines
717 B
Makefile
# $OpenBSD: Makefile,v 1.11 2002/12/29 20:19:12 fgsch Exp $
|
|
|
|
COMMENT= "GNU portable threads"
|
|
|
|
DISTNAME= pth-1.4.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=pth/}
|
|
|
|
HOMEPAGE= http://www.gnu.org/software/pth/
|
|
|
|
MAINTAINER= Brad Smith <brad@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
CONFIGURE_ARGS+= --enable-static \
|
|
--enable-syscall-soft \
|
|
--enable-optimize \
|
|
--enable-batch
|
|
|
|
PATCH_LIST= ${PORTSDIR}/infrastructure/patches/patch-lt1.3.5-ltconfig \
|
|
${PORTSDIR}/infrastructure/patches/patch-lt1.3.5-ltmain_sh \
|
|
patch-*
|
|
|
|
REGRESS_TARGET= test
|
|
|
|
.include <bsd.port.mk>
|