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 comms/slirp
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@8194 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
# $Id: Portfile,v 1.1 2004/09/07 16:45:14 mww Exp $
|
||||
|
||||
PortSystem 1.0
|
||||
|
||||
name slirp
|
||||
version 1.0.16
|
||||
categories comms
|
||||
platforms darwin
|
||||
maintainers mww@opendarwin.org
|
||||
description Slirp emulates a PPP or SLIP connection over a normal terminal.
|
||||
long_description Slirp emulates a PPP or SLIP connection over a normal \
|
||||
terminal. This is an actual PPP or SLIP link, firewalled \
|
||||
for people's protection. It makes a quick way to connect \
|
||||
your Palm Pilot over the Internet via your Unix box.
|
||||
|
||||
homepage http://slirp.sourceforge.net/
|
||||
master_sites sourceforge
|
||||
checksums md5 b712f2fe58aaf87172cfd31c95fc1e31
|
||||
patchfiles patch-Makefile.in
|
||||
|
||||
worksrcdir ${worksrcdir}/src
|
||||
|
||||
post-destroot {
|
||||
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/
|
||||
xinstall -m 755 -W ${worksrcpath}/../docs CONFIG slirp.doc \
|
||||
alt.dcom.slip-emulators.FAQ ${destroot}${prefix}/share/doc/${name}/
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
--- Makefile.in Thu Sep 2 10:51:43 2004
|
||||
+++ Makefile.in.new Tue Sep 7 15:27:39 2004
|
||||
@@ -13,6 +13,7 @@
|
||||
SHELL = /bin/sh
|
||||
MKPRO = @PERL@ ${srcdir}/mkpro
|
||||
MAKEPRO = @MAKEPRO@
|
||||
+PREFIX = @prefix@
|
||||
|
||||
PPPOBJS = auth.o bsd-comp.o ccp.o chap.o fsm.o ipcp.o lcp.o magic.o md5.o pppdfncs.o upap.o ppp.o
|
||||
|
||||
@@ -33,9 +34,9 @@
|
||||
|
||||
COMMON_H = config.h ${srcdir}/slirp.h
|
||||
|
||||
-BINDIR = @prefix@/bin
|
||||
+BINDIR = $(DESTDIR)$(PREFIX)/bin
|
||||
|
||||
-MANDIR = @prefix@/man/man1
|
||||
+MANDIR = $(DESTDIR)$(PREFIX)/share/man/man1
|
||||
|
||||
MANEXT = 1
|
||||
|
||||
Reference in New Issue
Block a user