Edit

IABSD.fr/ports/databases/sharedance/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2019-07-12 20:43:27
    Hash : 9fe1e38b
    Message : replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes

  • databases/sharedance/Makefile
  • # $OpenBSD: Makefile,v 1.8 2019/07/12 20:44:02 sthen Exp $
    
    COMMENT=	high-performance server that centralizes key/data pairs
    
    DISTNAME=	sharedance-0.6
    REVISION=	2
    
    CATEGORIES=	databases
    
    HOMEPAGE=	http://sharedance.pureftpd.org/project/sharedance
    
    # BSD
    PERMIT_PACKAGE=	Yes
    WANTLIB=		c event
    
    MASTER_SITES=	http://download.pureftpd.org/pub/sharedance/
    
    CONFIGURE_STYLE=	simple
    
    TEST_TARGET= 	check
    
    EXAMPLESDIR=	${PREFIX}/share/examples/sharedance
    PHP_SCRIPTS=	session_handler.php sharedance.php \
    		test_session.php test_sharedance.php
    
    post-install:
    	${INSTALL_DATA_DIR} ${PREFIX}/share/doc/sharedance
    	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/sharedance
    	${INSTALL_DATA_DIR} ${EXAMPLESDIR}
    .for i in ${PHP_SCRIPTS}
    	${INSTALL_DATA} ${WRKSRC}/php/${i} ${EXAMPLESDIR}
    .endfor
    
    .include <bsd.port.mk>