mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Renamed games/PySolFC to games/pysolfc according to the policies.
Reported by: danfe Approved by: miwi (mentor)
This commit is contained in:
parent
b834f4cfed
commit
ad20054d1a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230076
@ -14,7 +14,6 @@
|
||||
SUBDIR += CaribbeanStud
|
||||
SUBDIR += HeroesOfMightAndMagic
|
||||
SUBDIR += KnightCap
|
||||
SUBDIR += PySolFC
|
||||
SUBDIR += abe
|
||||
SUBDIR += abridge
|
||||
SUBDIR += abuse
|
||||
@ -661,6 +660,7 @@
|
||||
SUBDIR += pysol
|
||||
SUBDIR += pysol-cardsets
|
||||
SUBDIR += pysol-music
|
||||
SUBDIR += pysolfc
|
||||
SUBDIR += pysycache
|
||||
SUBDIR += pysycache-lang
|
||||
SUBDIR += pysycache-themes
|
||||
|
@ -1,14 +1,15 @@
|
||||
# New ports collection makefile for: PySolFC
|
||||
# New ports collection makefile for: pysolfc
|
||||
# Date created: 2009-03-13
|
||||
# Whom: Marcus von Appen
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= PySolFC
|
||||
PORTNAME= pysolfc
|
||||
PORTVERSION= 1.1
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= SF/pysolfc
|
||||
DISTNAME= PySolFC-${PORTVERSION}
|
||||
|
||||
MAINTAINER= mva@FreeBSD.org
|
||||
COMMENT= Solitaire game, written in Python and the sucessor of PySol
|
||||
@ -18,7 +19,10 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinte
|
||||
USE_BZIP2= yes
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS=yes
|
||||
PYDISTUTILS_PKGNAME= PySolFC
|
||||
|
||||
DATADIR= ${PREFIX}/share/PySolFC
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||
PORTDOCS= README
|
||||
|
||||
OPTIONS= NLS "Native language support" on
|
@ -2894,6 +2894,8 @@ bin/pysolfc
|
||||
%%NLS%%share/locale/ru_RU/LC_MESSAGES/pysol.mo
|
||||
share/pixmaps/pysol.xbm
|
||||
share/pixmaps/pysol.xpm
|
||||
%%NLS%%@dirrmtry share/locale/ru_RU/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/ru_RU
|
||||
@dirrm %%DATADIR%%/tiles/stretch
|
||||
@dirrm %%DATADIR%%/tiles
|
||||
@dirrm %%DATADIR%%/themes/clearlooks/clearlooks
|
Loading…
Reference in New Issue
Block a user