aboutsummaryrefslogtreecommitdiffstats
path: root/comms/yawmppp/Makefile
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2010-09-08 13:25:12 +0800
committerpgollucci <pgollucci@FreeBSD.org>2010-09-08 13:25:12 +0800
commit922acad8874a47ee8fa9794bfc775f7eaae1d39a (patch)
treec72260d1663a246e379540bed6f2fe9035d10981 /comms/yawmppp/Makefile
parentdbc71dddbdc1dc9f26a52df9f49a30cf58aad5ae (diff)
downloadfreebsd-ports-gnome-922acad8874a47ee8fa9794bfc775f7eaae1d39a.tar.gz
freebsd-ports-gnome-922acad8874a47ee8fa9794bfc775f7eaae1d39a.tar.zst
freebsd-ports-gnome-922acad8874a47ee8fa9794bfc775f7eaae1d39a.zip
audio/audacious-crossfade||2010-09-08|Broken for 6+ months, unmaintained
audio/ecamegapedal||2010-09-08|Has expired: Abandonned since 2004, please use audio/jack-rack or audio/creox instead. comms/asmodem||2010-09-08|Broken for 6+ months, unmaintained comms/ltmdm||2010-09-08|Broken for 6+ months, unmaintained comms/yawmppp||2010-09-08|Broken for 6+ months, unmaintained devel/p5-ORBit||2010-09-08|Broken for 6+ months, unmaintained emulators/p-interp||2010-09-08|Broken for 6+ months, unmaintained graphics/visionegg||2010-09-08|Broken for 6+ months, unmaintained japanese/okphone||2010-09-08|Broken for 6+ months, unmaintained java/openjit||2010-09-08|Broken for 6+ months, unmaintained multimedia/xmps-win32-plugin||2010-09-08|Broken for 6+ months, unmaintained net-mgmt/tknetmon||2010-09-08|Broken for 6+ months, unmaintained net/arpd||2010-09-08|Broken for 6+ months, unmaintained net/vomit||2010-09-08|Broken for 6+ months, unmaintained sysutils/xwipower||2010-09-08|Broken for 6+ months, unmaintained www/lws||2010-09-08|Broken for 6+ months, unmaintained Reported by: FreeBSD unmaintained ports which are currently marked broken monthly reminder
Diffstat (limited to 'comms/yawmppp/Makefile')
-rw-r--r--comms/yawmppp/Makefile54
1 files changed, 0 insertions, 54 deletions
diff --git a/comms/yawmppp/Makefile b/comms/yawmppp/Makefile
deleted file mode 100644
index 5174a0963cd9..000000000000
--- a/comms/yawmppp/Makefile
+++ /dev/null
@@ -1,54 +0,0 @@
-# New ports collection makefile for: yawmppp
-# Date created: 07 Mar 2000
-# Whom: Will Andrews <andrews@technologist.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= yawmppp
-PORTVERSION= 2.0.2
-PORTREVISION= 5
-CATEGORIES= comms windowmaker
-MASTER_SITES= ftp://ftp.seul.org/pub/yawmppp/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A Window Maker dockapp that helps with easy use of pppd
-
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-USE_GNOME= gtk12
-USE_XORG= xpm x11
-CONFIGURE_ENV= GTKCONFIG="${GTK_CONFIG}" CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
-
-MAN1= yawmppp.1x
-
-pre-patch:
- @${REINPLACE_CMD} -e "s@-g -O2@${CFLAGS}@g; s@-O2 -Wall@${CFLAGS} -Wall@g; \
- s@-O2@${CFLAGS}@g" ${WRKSRC}/*/Makefile.in \
- ${WRKSRC}/configure ${WRKSRC}/*/*/Makefile.in
- @${REINPLACE_CMD} -e 's!\/usr\/local!${PREFIX}!; \
- s!/usr/bin!${PREFIX}/bin!' ${WRKSRC}/src/ycommon.c
- @${REINPLACE_CMD} -e 's|/etc/ppp\(/yagetmodemspeed\)|${PREFIX}/bin\1|' \
- ${WRKSRC}/src/gtksetup/applet.c
- @${REINPLACE_CMD} -e 's|tac|cat|' ${WRKSRC}/src/dockapp/getmodemspeed.c
-
-do-install:
-.for file in dockapp/yagetmodemspeed dockapp/${PORTNAME} gtklog/${PORTNAME}.log \
- gtksetup/${PORTNAME}.pref thinppp/${PORTNAME}.thin
- @${INSTALL_PROGRAM} ${WRKSRC}/src/${file} ${PREFIX}/bin
-.endfor
- @${INSTALL_MAN} ${WRKSRC}/src/${PORTNAME}.1x ${PREFIX}/man/man1
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
-.for file in CHANGELOG FAQ README TODO
- @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 800064
-BROKEN= does not build
-.endif
-
-.include <bsd.port.post.mk>