Edit

IABSD.fr/ports/geo/tilecache/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2015-09-29 10:52:11
    Hash : 4f45143b
    Message : bump REVISION for setuptools dep change.

  • geo/tilecache/Makefile
  • # $OpenBSD: Makefile,v 1.15 2015/09/29 10:52:12 sthen Exp $
    
    COMMENT =	tile caching frontend for WMS/TMS services
    
    MODPY_EGG_VERSION =	2.11
    DISTNAME =	tilecache-${MODPY_EGG_VERSION}
    REVISION =	3
    
    CATEGORIES =	geo graphics
    
    HOMEPAGE =	http://tilecache.org/
    MAINTAINER =	Landry Breuil <landry@openbsd.org>
    
    # BSD
    PERMIT_PACKAGE_CDROM =	Yes
    
    MASTER_SITES =	${HOMEPAGE}
    
    MODULES =	lang/python
    
    MODPY_SETUPTOOLS =	Yes
    RUN_DEPENDS =		graphics/py-Pillow \
    			www/py-paste
    
    post-configure:
    	${SUBST_CMD} ${WRKSRC}/setup.py
    
    post-install:
    	${INSTALL_SCRIPT_DIR} ${PREFIX}/libexec/tilecache/
    	mv ${PREFIX}/bin/tilecache.{f,}cgi ${PREFIX}/libexec/tilecache/
    
    .include <bsd.port.mk>