You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
Submitted by: jc@crazic.ru (john chertihin) Reviewed by: olegb@ Approved by: Obtained from: new port: lha 1.1.4i thanks john! btw, changed maintainer to match your email. git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@7939 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
# $Id: Portfile,v 1.1 2004/08/13 14:36:23 olegb Exp $
|
||||
|
||||
PortSystem 1.0
|
||||
name lha
|
||||
version 114i
|
||||
categories archivers sysutils
|
||||
description Utility for creating and opening lzh archives
|
||||
maintainers jc@crazic.ru
|
||||
long_description ${description}
|
||||
homepage http://www2m.biglobe.ne.jp/~dolphin/lha/lha-unix.htm
|
||||
master_sites http://www2m.biglobe.ne.jp/~dolphin/lha/prog/
|
||||
checksums md5 5225884d557b91f04124693e2c5c9e94
|
||||
|
||||
use_configure no
|
||||
|
||||
patchfiles patch-Makefile
|
||||
|
||||
post-build {
|
||||
system "strip ${build.dir}/src/$name"
|
||||
}
|
||||
|
||||
destroot {
|
||||
xinstall -m 755 -d ${destroot}/${prefix}/bin
|
||||
|
||||
file copy ${build.dir}/src/$name ${destroot}/${prefix}/bin
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
--- Makefile-orig Fri Dec 15 15:13:16 2000
|
||||
+++ Makefile Wed Aug 4 18:13:51 2004
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
#MACHINE = -DSYSTIME_HAS_NO_TM -DFTIME -DEUC
|
||||
#MACHINE = -DSYSTIME_HAS_NO_TM -DEUC -DHAVE_TM_ZONE -DSYSV_SYSTEM_DIR
|
||||
-MACHINE = -DSYSTIME_HAS_NO_TM -DEUC -DSYSV_SYSTEM_DIR -DMKTIME
|
||||
+MACHINE = -DSYSTIME_HAS_NO_TM -DEUC -DSYSV_SYSTEM_DIR -DMKTIME -DHAVE_NO_LCHOWN
|
||||
|
||||
#OPTIMIZE = -O2 -fstrength-reduce -fomit-frame-pointer
|
||||
OPTIMIZE = -O2 -DSUPPORT_LH7 -DMKSTEMP
|
||||
Reference in New Issue
Block a user