32 lines
717 B
Makefile
Raw Normal View History

2002-12-29 20:19:09 +00:00
# $OpenBSD: Makefile,v 1.11 2002/12/29 20:19:12 fgsch Exp $
2001-03-26 23:54:42 +00:00
COMMENT= "GNU portable threads"
2002-01-27 17:51:20 +00:00
DISTNAME= pth-1.4.1
CATEGORIES= devel
2002-05-13 18:50:36 +00:00
MASTER_SITES= ${MASTER_SITE_GNU:=pth/}
HOMEPAGE= http://www.gnu.org/software/pth/
2000-09-24 07:03:59 +00:00
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
2001-03-26 23:54:42 +00:00
2002-01-27 17:51:20 +00:00
PATCH_LIST= ${PORTSDIR}/infrastructure/patches/patch-lt1.3.5-ltconfig \
${PORTSDIR}/infrastructure/patches/patch-lt1.3.5-ltmain_sh \
patch-*
2001-12-21 00:36:37 +00:00
REGRESS_TARGET= test
.include <bsd.port.mk>