- port requires data
PR: 170733 Submitted by: maintainer, nemysis@gmx.ch
This commit is contained in:
parent
284a17a85d
commit
cb4ee24add
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303116
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= kye
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games python
|
||||
MASTER_SITES= http://games.moria.org.uk/kye/download/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -17,9 +18,6 @@ COMMENT= Puzzle game with arcade game elements
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
OPTIONS_DEFINE= DATA
|
||||
OPTIONS_DEFAULT= DATA
|
||||
|
||||
USE_GNOME= pygtk2 librsvg2
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
@ -34,10 +32,8 @@ SUB_FILES= pkg-message
|
||||
|
||||
post-install:
|
||||
# Data
|
||||
.if ${PORT_OPTIONS:MDATA}
|
||||
${INSTALL_DATA} ${WRKSRC}/kye-icon.png ${PREFIX}/share/pixmaps/Kye.png
|
||||
${INSTALL_DATA} ${WRKSRC}/kye-edit-icon.png ${PREFIX}/share/pixmaps/Kye-edit.png
|
||||
.endif
|
||||
|
||||
# Documentation
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
|
Loading…
Reference in New Issue
Block a user