- Add distfile mirror
- Add LICENSE - Drop @dirrm* from plist
This commit is contained in:
parent
4d2dc63559
commit
c275bc69e6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374707
2 changed files with 5 additions and 6 deletions
|
@ -5,12 +5,16 @@ PORTNAME= crimson
|
|||
PORTVERSION= 0.5.3
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://crimson.seul.org/files/
|
||||
MASTER_SITES= http://crimson.seul.org/files/ \
|
||||
http://mirror.amdmi3.ru/distfiles/
|
||||
PKGNAMESUFFIX= -fields
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Tactical war game in the tradition of Battle Isle
|
||||
|
||||
LICENSE= GPLv2 # or later
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake
|
||||
USE_SDL= mixer sdl ttf
|
||||
|
|
|
@ -45,8 +45,3 @@ share/pixmaps/crimson.png
|
|||
%%DATADIR%%/sound/repair.wav
|
||||
%%DATADIR%%/sound/select.wav
|
||||
share/applications/crimson.desktop
|
||||
@dirrm %%DATADIR%%/sound
|
||||
@dirrm %%DATADIR%%/music
|
||||
@dirrm %%DATADIR%%/locale
|
||||
@dirrm %%DATADIR%%/levels
|
||||
@dirrm %%DATADIR%%
|
||||
|
|
Loading…
Reference in a new issue