aboutsummaryrefslogtreecommitdiffstats
path: root/games/xroach/Makefile
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2017-08-23 19:33:26 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2018-02-04 05:25:03 +0800
commit46dbb1b7a3bf8e3bc7af4563290046326ed8c7ed (patch)
tree6351c7f2e80b09636ad4083c23c6ad114c0c6450 /games/xroach/Makefile
parentf8d879510afe341c4ced737f1574023dc8b21d48 (diff)
downloadfreebsd-ports-gnome-46dbb1b7a3bf8e3bc7af4563290046326ed8c7ed.tar.gz
freebsd-ports-gnome-46dbb1b7a3bf8e3bc7af4563290046326ed8c7ed.tar.zst
freebsd-ports-gnome-46dbb1b7a3bf8e3bc7af4563290046326ed8c7ed.zip
Remove expired ports:
2017-08-23 games/plee-the-bear: Broken for more than 6 months 2017-08-23 x11-themes/kde-icons-umicons: Broken for more than 6 months 2017-08-23 lang/bigloo: Broken for more than 6 months 2017-08-23 audio/linux-neroaaccodec: Broken for more than 6 months 2017-08-23 x11-themes/kde-icons-dark-glass: Broken for more than 6 months 2017-08-23 misc/fortune-mod-ferengi_rules_of_acquisition: Broken for more than 6 months 2017-08-23 misc/fortune-mod-culmea-culmilor: Broken for more than 6 months 2017-08-23 misc/xyzcmd: Broken for more than 6 months 2017-08-23 russian/fortuneru: Broken for more than 6 months 2017-08-23 security/bdc: Broken for more than 6 months 2017-08-23 x11-themes/kde-icons-icosx: Broken for more than 6 months 2017-08-23 devel/insight: Broken for more than 6 months 2017-08-23 devel/gdb66: Broken for more than 6 months 2017-08-23 biology/biojava: Broken for more than 6 months 2017-08-23 games/xroach: Broken for more than 6 months
Diffstat (limited to 'games/xroach/Makefile')
-rw-r--r--games/xroach/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/games/xroach/Makefile b/games/xroach/Makefile
deleted file mode 100644
index a78775c08559..000000000000
--- a/games/xroach/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# Created by: markm
-# $FreeBSD$
-
-PORTNAME= xroach
-PORTVERSION= 4.4
-PORTREVISION= 2
-CATEGORIES= games
-MASTER_SITES= http://www.skysmurf.nl/comp/FreeBSD/distfiles/
-DISTNAME= ${PORTNAME}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Cockroaches hide under your windows
-
-BROKEN= unfetchable (apparently abandoned upstream)
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2017-08-23
-
-USE_XORG= x11
-PLIST_FILES= bin/xroach man/man6/xroach.6.gz
-
-WRKSRC= ${WRKDIR}/pub/bsd-sources/4.4BSD-Lite/usr/src/games/xroach
-
-do-install:
- ${INSTALL_PROGRAM} -s ${WRKSRC}/xroach ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/xroach.6 ${STAGEDIR}${MAN6PREFIX}/man/man6
-
-.include <bsd.port.mk>