[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / games / zod / data

Annotation of ports/games/zod/data/Makefile, Revision 1.1

1.1     ! yason       1: # $OpenBSD$
        !             2:
        !             3: COMMENT =              data files for zod
        !             4:
        !             5: V =                    2011-08-28
        !             6: DISTNAME =             zod_assets-${V}
        !             7: PKGNAME =              zod-data-${V:S/-//g}
        !             8:
        !             9: EXTRACT_SUFX =                 .rar
        !            10:
        !            11: EXTRACT_CASES += *.rar) \
        !            12:         ${LOCALBASE}/bin/unrar x -idq ${DISTDIR}/$$archive;;
        !            13:
        !            14: BUILD_DEPENDS =        archivers/unrar
        !            15:
        !            16: WRKDIST =              ${WRKDIR}/assets
        !            17:
        !            18: NO_BUILD =             Yes
        !            19:
        !            20: PKG_ARCH =             *
        !            21:
        !            22: pre-install:
        !            23:        @find ${WRKSRC} -name Thumbs.db -exec rm {} \;
        !            24: do-install:
        !            25:        ${INSTALL_DATA_DIR} ${PREFIX}/share/zod/
        !            26:        ${INSTALL_DATA_DIR} ${PREFIX}/share/zod/assets
        !            27:        cd ${WRKSRC} && pax -rw . ${PREFIX}/share/zod/assets
        !            28:
        !            29: .include <bsd.port.mk>

CVSweb