2014-10-22 13:51:09 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.20 2014/10/22 13:51:09 jasper Exp $
|
2006-12-16 19:34:14 +00:00
|
|
|
|
2009-11-01 22:39:53 +00:00
|
|
|
# varargs misuse, and unportable software
|
|
|
|
ONLY_FOR_ARCHS= i386 sparc 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
|
2014-10-22 13:51:09 +00:00
|
|
|
REVISION= 6
|
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
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2008-05-30 09:41:21 +00:00
|
|
|
|
2009-08-10 06:29:51 +00:00
|
|
|
WANTLIB = ICE SM X11 Xau Xdmcp Xt m pthread-stubs 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
|
2010-11-20 09:48:38 +00:00
|
|
|
USE_GROFF = Yes
|
2003-05-11 08:24:29 +00:00
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
|
2003-05-24 19:38:46 +00:00
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
|
|
|
--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>
|