Edit

IABSD.fr/ports/graphics/xpaint/Makefile

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2022-03-11 19:22:04
    Hash : af6a7994
    Message : drop RCS Ids

  • graphics/xpaint/Makefile
  • COMMENT=		simple paint program
    
    DISTNAME=		xpaint-2.7.8.1
    REVISION=		5
    CATEGORIES=		graphics x11
    
    HOMEPAGE=		http://sf-xpaint.sourceforge.net/
    
    MASTER_SITES=		${MASTER_SITE_SOURCEFORGE:=sf-xpaint/}
    EXTRACT_SUFX=		.tar.bz2
    
    # MIT
    PERMIT_PACKAGE=	Yes
    
    WANTLIB=		ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xpm Xt c m \
    			z jpeg>=62 tiff>=36 png>=4
    
    LIB_DEPENDS=		graphics/jpeg \
    			graphics/tiff \
    			graphics/png
    
    CONFIGURE_STYLE= 	imake
    ALL_TARGET=		xaw
    NO_TEST=		Yes
    
    .include <bsd.port.mk>