d426ad47b1
implimentation along with compatability.
37 lines
737 B
Makefile
37 lines
737 B
Makefile
# $OpenBSD: Makefile,v 1.4 2004/02/21 19:19:35 espie Exp $
|
|
|
|
COMMENT= "Plan 9 compatibility libraries"
|
|
|
|
VERSION= 1.0
|
|
DISTNAME= 9libs-${VERSION}
|
|
PKGNAME= ${DISTNAME}p1
|
|
CATEGORIES= plan9 devel
|
|
|
|
HOMEPAGE= http://www.netlib.org/research/9libs/
|
|
|
|
MAINTAINER= rich cannings <cannings@cvs.openbsd.org>
|
|
|
|
# BSD licence
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
SEPARATE_BUILD= simple
|
|
USE_X11= Yes
|
|
USE_GMAKE= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
|
--includedir=${PREFIX}/include/9libs
|
|
|
|
# broken on colorinit() in test.c
|
|
REGRESSION_IS_INTERACTIVE=Yes
|
|
SETENV= env
|
|
REGRESS_TARGET= check
|
|
|
|
|
|
.include <bsd.port.mk>
|