new port archivers/unzoo

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@14864 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Markus W. Weißmann
2005-10-28 16:33:15 +00:00
parent c4210d9b20
commit 2460896869
2 changed files with 36 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
# $Id: Portfile,v 1.1 2005/10/28 16:33:15 mww Exp $
PortSystem 1.0
name unzoo
version 4.4
categories archivers
platforms darwin
maintainers mww@opendarwin.org
description A zoo archive extractor
long_description Unzoo is a zoo archive extractor written by Martin \
Schoenert. If unzoo is called with no arguments, it will first \
print a summary of the commands and then prompt for command lines \
interactively.
homepage http://freshmeat.net/projects/unzoo/
master_sites http://critical.ch/unzoo/
checksums md5 2e73c26188688033b7c2b6c7da32ad39
post-extract {
file copy ${filespath}/Makefile ${worksrcpath}
}
use_configure no
destroot {
xinstall -m 755 ${worksrcpath}/unzoo ${destroot}${prefix}/bin
xinstall -m 644 ${worksrcpath}/unzoo.1 ${destroot}${prefix}/share/man/man1
}
+6
View File
@@ -0,0 +1,6 @@
CFLAGS=-DSYS_IS_GENERIC
all: unzoo
unzoo: unzoo.c