You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
CFLAGS=-DSYS_IS_GENERIC
|
||||
|
||||
all: unzoo
|
||||
|
||||
unzoo: unzoo.c
|
||||
|
||||
Reference in New Issue
Block a user