Edit

IABSD.fr/ports/sysutils/clusterit/Makefile

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2015-02-16 22:57:07
    Hash : 6bb8d067
    Message : Drop USE_GROFF from ports where the formatting differences are acceptable or mandoc provides the more useful output.

  • sysutils/clusterit/Makefile
  • # $OpenBSD: Makefile,v 1.15 2015/02/16 22:57:12 naddy Exp $
    
    COMMENT=		suite of clustering tools based on IBM's PSSP
    
    DISTNAME=		clusterit-2.5
    PKGNAME=		${DISTNAME}
    REVISION =		2
    CATEGORIES=		sysutils
    
    HOMEPAGE=		http://www.garbled.net/clusterit.html
    
    MAINTAINER=		Will Maier <willmaier@ml1.net>
    
    # BSD
    PERMIT_PACKAGE_CDROM=	Yes
    WANTLIB=		c curses
    USE_X11 =		Yes
    
    MASTER_SITES=		${MASTER_SITE_SOURCEFORGE:=clusterit/}
    
    CONFIGURE_STYLE=	gnu
    
    FLAVORS=		no_x11
    FLAVOR?=
    
    X11_SUBDIRS=		dvt rvt
    
    .if ${FLAVOR:Mno_x11}
    CONFIGURE_ARGS=		--without-x11
    .else
    WANTLIB+=		X11 pthread-stubs util xcb
    MAKE_FLAGS=		EXTRA_SUBDIRS="${X11_SUBDIRS}"
    .endif
    
    # The port's existing regress structure seems broken; upstream contacted
    NO_TEST=		Yes
    
    post-install:
    	${INSTALL_DATA_DIR} ${PREFIX}/share/doc/clusterit
    	${INSTALL_DATA} ${WRKSRC}/html/clusterit.html \
    		${PREFIX}/share/doc/clusterit/
    	${INSTALL_DATA} ${WRKSRC}/CHANGES ${PREFIX}/share/doc/clusterit
    
    .include <bsd.port.mk>