diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-12-14 23:24:01 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-12-14 23:24:01 +0800 |
commit | e20cd5df94b16ffd4d73d6bc61605c933518f33e (patch) | |
tree | 03e3368db8c11df40182f0bf9dbea2bcde3d48fa /games | |
parent | c4a263b8e669fce724f25115325af67ad0ed257e (diff) | |
download | freebsd-ports-gnome-e20cd5df94b16ffd4d73d6bc61605c933518f33e.tar.gz freebsd-ports-gnome-e20cd5df94b16ffd4d73d6bc61605c933518f33e.tar.zst freebsd-ports-gnome-e20cd5df94b16ffd4d73d6bc61605c933518f33e.zip |
- Add distfile mirror
- Add LICENSE
- Drop @dirrm* from plist
Diffstat (limited to 'games')
-rw-r--r-- | games/crimson/Makefile | 6 | ||||
-rw-r--r-- | games/crimson/pkg-plist | 5 |
2 files changed, 5 insertions, 6 deletions
diff --git a/games/crimson/Makefile b/games/crimson/Makefile index 95998561ae7a..464fc85b046c 100644 --- a/games/crimson/Makefile +++ b/games/crimson/Makefile @@ -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 diff --git a/games/crimson/pkg-plist b/games/crimson/pkg-plist index 15ec554ec5bf..2102c2634777 100644 --- a/games/crimson/pkg-plist +++ b/games/crimson/pkg-plist @@ -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%% |