Ticket #23965: Portfile-xgalaga.diff
File Portfile-xgalaga.diff, 2.0 KB (added by danmichaelo@…, 15 years ago) |
---|
-
Portfile
old new 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 1 2 # $Id: Portfile 57453 2009-09-11 08:17:15Z ryandesign@macports.org $ 2 3 3 4 PortSystem 1.0 4 5 5 6 name xgalaga 6 version 2. 0.347 version 2.1.1.0 7 8 revision 1 8 9 categories games x11 9 10 platforms darwin … … 13 14 14 15 homepage http://sourceforge.net/projects/xgalaga/ 15 16 master_sites sourceforge 16 distname ${name} _${version}.orig17 checksums md5 9f7ee685e9c4741b5f0edc3f91df9510\18 sha1 82dcb328af0d9e779c566f4225d7f072b1c17b7d\19 rmd160 b f2cc91820c1cdb8e02bd35347b309cac27b3ba417 distname ${name}-${version} 18 checksums md5 f37c3377b245d2d53b33eb489966bf28 \ 19 sha1 ef40ad833d2434b0643d4c00202bd75ec14b94ac \ 20 rmd160 b55a97187b61ffe7c072ecd784cf9a16fe568c26 20 21 21 22 worksrcdir ${name}-${version} 22 23 23 patchfiles patch-Makefile.in \ 24 patch-data.h \ 25 patch-libsprite__data.h \ 26 patch-main.c \ 27 patch-score.c \ 28 patch-struct.h \ 29 patch-titile.c 24 patchfiles patch-main.c 30 25 31 26 depends_lib port:xorg-libX11 \ 32 27 port:xorg-libXext \ … … 37 32 use_autoconf yes 38 33 39 34 configure.pre_args --prefix=${prefix}/share/${name} \ 40 --exec-prefix=\\\${prefix}/../../bin \ 41 42 destroot.destdir prefix=${destroot}${prefix}/share/${name} 35 --exec-prefix=${prefix}/bin \ 36 --with-xpm-lib=${prefix}/lib 43 37 44 38 platform darwin { 45 39 pre-configure {