Index: head/games/vectoroids/Makefile =================================================================== --- head/games/vectoroids/Makefile (revision 369954) +++ head/games/vectoroids/Makefile (revision 369955) @@ -1,39 +1,40 @@ # Created by: Kris Kennaway # $FreeBSD$ PORTNAME= vectoroids PORTVERSION= 1.1.0 PORTREVISION= 16 CATEGORIES= games MASTER_SITES= ftp://ftp.tuxpaint.org/unix/x/vectoroids/src/ MAINTAINER= games@FreeBSD.org COMMENT= Vector-based rock-shooting game similar to Asteroids LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING.txt USES= gmake USE_SDL= image mixer sdl PORTDOCS= CHANGES.txt README.txt OPTIONS_DEFINE= DOCS DESKTOP_ENTRIES="Vectoroids" "" "${PORTNAME}" \ "${PORTNAME}" "Game;ArcadeGame;" "" post-patch: @${FIND} ${WRKDIR} -name .xvpics | ${XARGS} ${RM} -fr do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ .for d in images music sounds @(cd ${WRKSRC}/data && ${COPYTREE_SHARE} ${d} ${STAGEDIR}${DATADIR}) .endfor ${LN} -sf ${DATADIR}/images/icon.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${STAGEDIR}${MAN6PREFIX}/man/man6/ @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Index: head/games/vectoroids/pkg-plist =================================================================== --- head/games/vectoroids/pkg-plist (revision 369954) +++ head/games/vectoroids/pkg-plist (revision 369955) @@ -1,21 +1,17 @@ bin/vectoroids man/man6/vectoroids.6.gz share/pixmaps/vectoroids.png %%DATADIR%%/images/icon.png %%DATADIR%%/images/redspot-e.bmp %%DATADIR%%/images/redspot.jpg %%DATADIR%%/music/decision.s3m %%DATADIR%%/music/decision.txt %%DATADIR%%/sounds/ast1.wav %%DATADIR%%/sounds/ast2.wav %%DATADIR%%/sounds/ast3.wav %%DATADIR%%/sounds/ast4.wav %%DATADIR%%/sounds/bullet.wav %%DATADIR%%/sounds/explode.wav %%DATADIR%%/sounds/extralife.wav %%DATADIR%%/sounds/gameover.wav %%DATADIR%%/sounds/thrust.wav -@dirrm %%DATADIR%%/sounds -@dirrm %%DATADIR%%/music -@dirrm %%DATADIR%%/images -@dirrm %%DATADIR%%