diff options
author | will <will@FreeBSD.org> | 2001-04-16 11:16:14 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-04-16 11:16:14 +0800 |
commit | ec300c38b073966e185021003a4b0262403f1805 (patch) | |
tree | 5cdb25850eb5131e8824b8ae2e16f248fd59a4d0 /comms/yawmppp/Makefile | |
parent | 50903b6182d2590475c05ad125335057c92d186e (diff) | |
download | freebsd-ports-gnome-ec300c38b073966e185021003a4b0262403f1805.tar.gz freebsd-ports-gnome-ec300c38b073966e185021003a4b0262403f1805.tar.zst freebsd-ports-gnome-ec300c38b073966e185021003a4b0262403f1805.zip |
Add yawmppp 2.0.1, a Window Maker dockapp that helps with easy use
of pppd. I *really* like this one because it relies on shell
scripts rather than requiring you to use its GUI (i.e.: you can use it
only once, just to create your pppd scripts. Plus it has several
different GUI looks. :-) :-)
Oh well, that was the old days when i was on a modem. Bwahahaha!!
/me pets his 10baseT college ethernet connection. Good connection.
Good! Good!!
Forgotten by: will (yes, this was in my ~/ports dir for a long
long time: 403 days... longer than I have
been a committer) *hangs head in shame*
Reminded by: Some guy on IRC who's coming to Purdue. ;)
Soldier! Commit this goldurned thing to history!
YES SIR!!!! <WHIRR> *click*
Diffstat (limited to 'comms/yawmppp/Makefile')
-rw-r--r-- | comms/yawmppp/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/comms/yawmppp/Makefile b/comms/yawmppp/Makefile new file mode 100644 index 000000000000..235b822f5ee8 --- /dev/null +++ b/comms/yawmppp/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: yawmppp +# Date created: 07 Mar 2000 +# Whom: Will Andrews <andrews@technologist.com> +# +# $FreeBSD$ +# + +PORTNAME= yawmppp +PORTVERSION= 2.0.1 +CATEGORIES= comms windowmaker +MASTER_SITES= ftp://ftp.seul.org/pub/yawmppp/ \ + http://www.dcc.unicamp.br/~guazzibe/yawmppp/arch/ + +MAINTAINER= ports@FreeBSD.org + +USE_GMAKE= yes +GNU_CONFIGURE= yes +USE_GTK= yes +CONFIGURE_ENV= GTKCONFIG="${GTK_CONFIG}" CFLAGS="${CFLAGS} -I${X11BASE}/include" +CONFIGURE_ARGS= --x-includes="${X11BASE}/include" \ + --x-libraries="${X11BASE}/lib" +PLIST_SUB+= PORTVERSION="${PORTVERSION}" + +MAN1= yawmppp.1x + +pre-configure: + ${PERL} -pi -e "s@-g -O2@${CFLAGS}@g; s@-O2 -Wall@${CFLAGS} -Wall@g; \ + s@-O2@${CFLAGS}@g" ${WRKSRC}/*/Makefile.in \ + ${WRKSRC}/configure ${WRKSRC}/*/*/Makefile.in + +.include <bsd.port.mk> |