openbsd-ports/devel/pth/Makefile

26 lines
489 B
Makefile
Raw Normal View History

2013-03-21 04:45:11 -04:00
# $OpenBSD: Makefile,v 1.18 2013/03/21 08:45:16 ajacoutot Exp $
COMMENT= GNU portable threads
2001-03-26 18:54:42 -05:00
DISTNAME= pth-2.0.7
SHARED_LIBS= pth 20.25
CATEGORIES= devel
2002-05-13 14:50:36 -04:00
MASTER_SITES= ${MASTER_SITE_GNU:=pth/}
HOMEPAGE= http://www.gnu.org/software/pth/
PERMIT_PACKAGE_CDROM= Yes
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
2006-01-06 13:52:12 -05:00
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static \
--enable-syscall-soft \
--enable-optimize \
--enable-batch
2001-03-26 18:54:42 -05:00
2013-03-11 06:50:00 -04:00
TEST_TARGET= test
.include <bsd.port.mk>