Edit

IABSD.fr/ports/plan9/9libs/Makefile

Branch :

  • Show log

    Commit

  • Author : jasper
    Date : 2016-09-01 10:53:26
    Hash : 003e889c
    Message : retire sparc

  • plan9/9libs/Makefile
  • # $OpenBSD: Makefile,v 1.23 2016/09/01 10:53:27 jasper Exp $
    
    # varargs misuse, and unportable software
    ONLY_FOR_ARCHS= 	i386 sparc64
    
    COMMENT=		Plan 9 compatibility libraries
    
    DISTNAME=		9libs-1.0
    REVISION=		7
    CATEGORIES=		plan9 devel
    SHARED_LIBS=		Xg	0.0 \
    			frame	0.0 \
    			plan9c	0.0
    MODGNU_SHARED_LIBS=	Xg	'' \
    			frame	'' \
    			plan9c	''
    
    HOMEPAGE=		http://www.netlib.org/research/9libs/
    
    # BSD licence
    PERMIT_PACKAGE_CDROM=	Yes
    
    WANTLIB =		ICE SM X11 Xau Xdmcp Xt m pthread-stubs xcb
    
    MASTER_SITES=		${HOMEPAGE}
    
    SEPARATE_BUILD=		Yes
    USE_GMAKE=		Yes
    USE_GROFF =		Yes
    CONFIGURE_STYLE=	gnu
    
    CONFIGURE_ARGS+=        --includedir=${PREFIX}/include/9libs
    
    # broken on colorinit() in test.c
    TEST_IS_INTERACTIVE=	Yes
    SETENV=			env
    TEST_TARGET=		check
    
    
    .include <bsd.port.mk>