Edit

IABSD.fr/ports/misc/xtar/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2017-10-23 17:10:49
    Hash : b9064dc0
    Message : Handle pthread-stubs removal.

  • misc/xtar/Makefile
  • # $OpenBSD: Makefile,v 1.37 2017/10/23 17:10:51 sthen Exp $
    
    COMMENT=	view and manipulate contents of a tar file
    
    DISTNAME=	xtar-1.4
    REVISION=	6
    CATEGORIES=	misc
    
    MASTER_SITES=	${MASTER_SITE_XCONTRIB:=utilities/}
    
    # License: BSD
    PERMIT_PACKAGE_CDROM=	Yes
    
    WANTLIB=	ICE SM X11 Xau Xdmcp Xext Xt c m xcb Xm
    
    CONFIGURE_STYLE=imake
    LIB_DEPENDS+=	x11/motif
    MAKE_FLAGS=	EXTRA_LDOPTIONS=-L${WRKBUILD}/common
    MAKE_ENV+=MOTIFLIB='-L${LOCALBASE}/lib -lXm'
    
    NO_TEST=	Yes
    
    .include <bsd.port.mk>