Edit

IABSD.fr/ports/converters/ppmtoTbmp/Makefile

Branch :

  • Show log

    Commit

  • Author : jca
    Date : 2016-04-26 18:06:26
    Hash : fe780e3e
    Message : Cope with the netpbm update "go go go" naddy@

  • converters/ppmtoTbmp/Makefile
  • # $OpenBSD: Makefile,v 1.14 2016/04/26 18:06:26 jca Exp $
    
    COMMENT=	PPM to Pilot bitmap converter
    
    DISTNAME=	ppmtoTbmp-1.1
    REVISION=	2
    CATEGORIES=	converters graphics
    HOMEPAGE=	http://www.isaac.cs.berkeley.edu/pilot/
    
    MAINTAINER=	Josh Rivel <josh@rivels.org>
    
    PERMIT_PACKAGE_CDROM=	Yes
    
    WANTLIB=		c m netpbm
    
    MASTER_SITES=	${HOMEPAGE}
    
    MAKE_FLAGS=	CFLAGS="${CFLAGS} -I${LOCALBASE}/include -I${LOCALBASE}/include/netpbm" \
    		LDLIBS="-L${LOCALBASE}/lib -lnetpbm -lm"
    
    LIB_DEPENDS=	graphics/netpbm
    
    do-install:
    	${INSTALL_PROGRAM} ${WRKBUILD}/Tbmptopnm ${PREFIX}/bin
    	${INSTALL_PROGRAM} ${WRKBUILD}/ppmtoTbmp ${PREFIX}/bin
    
    TEST_TARGET=	test
    
    .include <bsd.port.mk>