2019-07-12 20:48:23 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.26 2019/07/12 20:48:53 sthen Exp $
|
2006-12-16 19:34:14 +00:00
|
|
|
|
2009-11-01 22:39:53 +00:00
|
|
|
# varargs misuse, and unportable software
|
2016-09-01 10:53:26 +00:00
|
|
|
ONLY_FOR_ARCHS= i386 sparc64
|
2003-05-11 08:24:29 +00:00
|
|
|
|
2007-09-15 19:00:54 +00:00
|
|
|
COMMENT= Plan 9 compatibility libraries
|
2003-05-11 08:24:29 +00:00
|
|
|
|
2005-09-27 21:07:55 +00:00
|
|
|
DISTNAME= 9libs-1.0
|
2017-10-23 17:11:02 +00:00
|
|
|
REVISION= 9
|
2003-05-11 08:24:29 +00:00
|
|
|
CATEGORIES= plan9 devel
|
2005-12-25 17:40:49 +00:00
|
|
|
SHARED_LIBS= Xg 0.0 \
|
|
|
|
frame 0.0 \
|
|
|
|
plan9c 0.0
|
|
|
|
MODGNU_SHARED_LIBS= Xg '' \
|
|
|
|
frame '' \
|
|
|
|
plan9c ''
|
2003-05-11 08:24:29 +00:00
|
|
|
|
|
|
|
HOMEPAGE= http://www.netlib.org/research/9libs/
|
|
|
|
|
|
|
|
# BSD licence
|
2019-07-12 20:48:23 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2008-05-30 09:41:21 +00:00
|
|
|
|
2017-10-23 17:11:02 +00:00
|
|
|
WANTLIB = ICE SM X11 Xau Xdmcp Xt m xcb
|
2003-05-11 08:24:29 +00:00
|
|
|
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
|
2012-03-29 13:38:12 +00:00
|
|
|
SEPARATE_BUILD= Yes
|
2003-05-11 08:24:29 +00:00
|
|
|
USE_GMAKE= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
|
2016-03-11 20:28:21 +00:00
|
|
|
CONFIGURE_ARGS+= --includedir=${PREFIX}/include/9libs
|
2003-05-11 08:24:29 +00:00
|
|
|
|
|
|
|
# broken on colorinit() in test.c
|
2013-03-11 11:35:43 +00:00
|
|
|
TEST_IS_INTERACTIVE= Yes
|
2003-05-11 08:24:29 +00:00
|
|
|
SETENV= env
|
2013-03-11 11:35:43 +00:00
|
|
|
TEST_TARGET= check
|
2003-05-11 08:24:29 +00:00
|
|
|
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|