Opened 18 years ago
Closed 18 years ago
#9132 closed defect (fixed)
NEW: MiMMS-0.0.9
Reported by: | ecronin (Eric Cronin) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.2 |
Keywords: | Cc: | ||
Port: |
Description
# $Id: $
PortSystem 1.0 name mimms version 0.0.9 categories net maintainers ecronin@… description MiMMS isn't an MMS Message Sender long_description \
MiMMS, a maintained version of \"mmsclient\", is a simple client \ to download streaming audio and/or video media from the \ internet using the MMS protocol (i.e. from mms:// type URLs, \ generally found in asx files). Downloaded streams can then be \ replayed offline at your leisure, using any compatible media \ player of your choice.
homepage http://savannah.nongnu.org/projects/mimms/ platforms darwin master_sites http://download.savannah.gnu.org/releases/${portname}/ checksums md5 b44c22edf8d0f07b3e09d693a7e95d0c \
depends_build bin:txt2man:txt2man depends_lib lib:popt:popt patchfiles patch-Makefile.diff configure {} build.env CXXFLAGS="-I${prefix}/include" \
LDFLAGS="-L${prefix}/lib"
destroot { system "install -m 755 -d ${destroot}${prefix}/bin"
system "install -m 755 -d ${destroot}${prefix}/man/man1" system "install -m 755 ${worksrcpath}/${portname} \
${destroot}${prefix}/bin/${portname}"
system "install -m 644 ${worksrcpath}/${portname}.1 \
${destroot}${prefix}/man/man1/${portname}.1"}
Attachments (1)
Change History (2)
Changed 18 years ago by ecronin (Eric Cronin)
Attachment: | MiMMS-0.0.9.tar.gz added |
---|
comment:1 Changed 18 years ago by mww@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
just had to fix the manpage dir - thanks, commited!
Portfile and patch