Edit

IABSD.fr/ports/benchmarks/xengine/Makefile

Branch :

  • Show log

    Commit

  • Author : jasper
    Date : 2015-11-24 09:11:02
    Hash : dd11ff31
    Message : switch distfiles.nl to SSL, setup with security/letsencrypt/client

  • benchmarks/xengine/Makefile
  • # $OpenBSD: Makefile,v 1.37 2015/11/24 09:11:03 jasper Exp $
    
    COMMENT=	reciprocating engine for X11
    PKGNAME=	xengine-1.0.1
    REVISION=	5
    CATEGORIES=	benchmarks x11
    MASTER_SITES=	ftp://ftp.lab.kdd.co.jp/Usenet/comp.sources.x/volume09/xengine/ \
    		https://distfiles.nl/xengine/
    DISTFILES=	part01.z patch1.z
    
    PERMIT_PACKAGE_CDROM=	no fee
    PERMIT_PACKAGE_FTP=	Yes
    
    WANTLIB=	ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xpm Xt c m
    
    DIST_SUBDIR=	xengine
    EXTRACT_CASES=	*.z) ${GZIP_CMD} -dc ${FULLDISTDIR}/$$archive | ${_PERL_FIX_SHAR} | /bin/sh;;
    PATCH_DIST_STRIP=	-p1	# no ${PATCHFILES} but used below
    
    WRKDIST=	${WRKDIR}
    CONFIGURE_STYLE=	imake
    
    NO_TEST=	Yes
    
    do-distpatch:
    	@cd $(WRKSRC) && ${PATCH} ${PATCH_DIST_ARGS} < xengine.patch1
    
    post-install:
    	@${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xengine
    	@${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/xengine
    
    .include <bsd.port.mk>