forked from Lainports/freebsd-ports
- Add LICENSE_FILE
- Convert to USES=python - Drop @dirrm* from plist
This commit is contained in:
parent
6f1768ca2b
commit
943de4be97
2 changed files with 2 additions and 4 deletions
|
|
@ -15,14 +15,14 @@ MAINTAINER= games@FreeBSD.org
|
|||
COMMENT= Small program for playing chess against the computer
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/gpl.txt
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME:S/p/P/:S/c/C/}
|
||||
|
||||
USES= dos2unix zip
|
||||
USES= dos2unix python:2 zip
|
||||
DOS2UNIX_REGEX= .*.[^p][^n][^g]$
|
||||
USE_PYTHON= 2
|
||||
|
||||
SUB_FILES= ${PORTNAME}
|
||||
|
||||
|
|
|
|||
|
|
@ -50,5 +50,3 @@ share/pixmaps/pythonchess.png
|
|||
%%DATADIR%%/images/whiteQueen.png
|
||||
%%DATADIR%%/images/whiteRook.png
|
||||
%%DATADIR%%/images/white_square.png
|
||||
@dirrm %%DATADIR%%/images
|
||||
@dirrm %%DATADIR%%
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue