Changeset 29585
- Timestamp:
- 10/01/07 03:17:00 (14 months ago)
- Location:
- trunk/dports/games/freeciv-x11
- Files:
-
- 1 modified
- 1 copied
-
. (copied) (copied from trunk/dports/games/freeciv)
-
Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/games/freeciv-x11/Portfile
r27030 r29585 3 3 PortSystem 1.0 4 4 5 name freeciv 5 name freeciv-x11 6 6 version 2.0.8 7 7 categories games … … 13 13 master_sites sourceforge:freeciv ftp://ftp.freeciv.org/freeciv/stable/ 14 14 checksums sha1 b9098dc46ed169e053f9c7405cc3abf9cebe9792 15 15 distname freeciv-${version} 16 16 use_bzip2 yes 17 17 18 18 depends_lib \ 19 19 port:gettext \ 20 port:libiconv \ 20 21 port:libsdl \ 21 22 port:libsdl_mixer \ … … 30 31 --enable-nls \ 31 32 --with-sdl-prefix=${prefix} \ 32 --with-libiconv-prefix=${prefix} 33 --with-libiconv-prefix=${prefix} \ 34 --mandir=${prefix}/share/man 33 35 34 36 platform puredarwin {

