Update MASTER_SITES
PR: ports/97716 Submitted by: miwi Approved by: krion (mentor)
This commit is contained in:
parent
c7189cf695
commit
9d9b90a419
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164816
2 changed files with 21 additions and 12 deletions
|
@ -9,7 +9,7 @@ PORTNAME= gtkabale
|
|||
PORTVERSION= 0.3
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://sf.gds.tuwien.ac.at/3/g/gt/gtkabale/
|
||||
MASTER_SITES= http://freebsd.unixfreunde.de/sources/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A lazy version of solitaire game
|
||||
|
@ -20,4 +20,13 @@ GNU_CONFIGURE= yes
|
|||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
|
||||
.if !defined(WITHOUT_NLS)
|
||||
USE_GETTEXT= yes
|
||||
CONFIGURE_ARGS+= --enable-nls
|
||||
PLIST_SUB= NLS=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-nls
|
||||
PLIST_SUB= NLS="@comment "
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
bin/gtkabale
|
||||
share/gtkabale/ambiguous.png
|
||||
share/gtkabale/back.png
|
||||
share/gtkabale/cards.png
|
||||
share/gtkabale/game-lost.png
|
||||
share/gtkabale/game-won.png
|
||||
share/gtkabale/gtkrc
|
||||
share/gtkabale/help-no.png
|
||||
share/gtkabale/help-yes.png
|
||||
share/gtkabale/no-move.png
|
||||
share/locale/da/LC_MESSAGES/gtkabale.mo
|
||||
@dirrm share/gtkabale
|
||||
%%DATADIR%%/ambiguous.png
|
||||
%%DATADIR%%/back.png
|
||||
%%DATADIR%%/cards.png
|
||||
%%DATADIR%%/game-lost.png
|
||||
%%DATADIR%%/game-won.png
|
||||
%%DATADIR%%/gtkrc
|
||||
%%DATADIR%%/help-no.png
|
||||
%%DATADIR%%/help-yes.png
|
||||
%%DATADIR%%/no-move.png
|
||||
%%NLS%%share/locale/da/LC_MESSAGES/gtkabale.mo
|
||||
@dirrm %%DATADIR%%
|
||||
|
|
Loading…
Reference in a new issue