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

Annotation of ports/games/wyrmsun/data/Makefile, Revision 1.2

1.1       kirby       1: COMMENT =      RTS featuring elements of mythology, history and fiction
                      2:
                      3: GH_PROJECT =   Wyrmsun
                      4:
                      5: # If all PERMIT_* are Yes, just setting 'PERMIT_PACKAGE_CDROM=Yes' is enough.
1.2     ! kirby       6: PERMIT_PACKAGE =       Yes
1.1       kirby       7:
                      8: RUN_DEPENDS =  devel/desktop-file-utils
                      9:
                     10: NO_BUILD =     Yes
                     11: NO_TEST =      Yes
                     12:
                     13: PKG_ARCH =     *
                     14:
                     15: post-extract:
                     16:        sed -i -e "s,/usr/share/wyrmsun,${PREFIX}/share/wyrmsun,g" \
                     17:                ${WRKSRC}/linux/wyrmsun.desktop
                     18: do-install:
                     19:        ${INSTALL_DATA_DIR} ${PREFIX}/share/wyrmsun/
                     20:        cd ${WRKSRC} && find * -type d -exec ${INSTALL_DATA_DIR} \
                     21:                "${PREFIX}/share/wyrmsun/{}" \;
                     22:        cd ${WRKSRC} && find * -type f -mindepth 1 -exec ${INSTALL_DATA} \
                     23:                "{}" "${PREFIX}/share/wyrmsun/{}" \;
                     24:        ${INSTALL_DATA_DIR} ${PREFIX}/share/applications/
                     25:        ${INSTALL_DATA} ${WRKSRC}/linux/wyrmsun.desktop \
                     26:                ${PREFIX}/share/applications/
                     27:        ${INSTALL_DATA_DIR} ${PREFIX}/share/appdata/
                     28:        ${INSTALL_DATA} ${WRKSRC}/linux/wyrmsun.appdata.xml \
                     29:                ${PREFIX}/share/appdata/
                     30:        rm -r ${PREFIX}/share/wyrmsun/linux
                     31:
                     32: .include <bsd.port.mk>

CVSweb