aboutsummaryrefslogtreecommitdiff
path: root/x11/padkey
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-11-28 09:19:01 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-11-28 09:19:01 +0000
commit127f0f78f6f797eb8052ae373c36efecfb32d279 (patch)
tree3446bfabe3f012c4d2acba7a37443627e8b6bf0a /x11/padkey
parente153d73d28f6488eb0894d65bb3e28679061d161 (diff)
downloadports-127f0f78f6f797eb8052ae373c36efecfb32d279.tar.gz
ports-127f0f78f6f797eb8052ae373c36efecfb32d279.zip
Notes
Diffstat (limited to 'x11/padkey')
-rw-r--r--x11/padkey/Makefile32
-rw-r--r--x11/padkey/distinfo2
-rw-r--r--x11/padkey/pkg-descr10
3 files changed, 0 insertions, 44 deletions
diff --git a/x11/padkey/Makefile b/x11/padkey/Makefile
deleted file mode 100644
index a9c0ac372aec..000000000000
--- a/x11/padkey/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# Created by: Travis Poppe <tlp@liquidx.org>
-# $FreeBSD$
-
-PORTNAME= padkey
-PORTVERSION= 0.2
-PORTREVISION= 2
-CATEGORIES= x11 games
-MASTER_SITES= http://www.liquidx.org/padkey/releases/dist/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Use an authentic SNES controller to play games
-
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2012-11-26
-
-USE_XORG= x11 xtst
-
-PLIST_FILES= bin/padkey
-PORTDOCS= CREDITS README
-
-post-patch:
- @${REINPLACE_CMD} -e 's|/usr/X11R6/|${LOCALBASE}/|' ${WRKSRC}/Makefile
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/padkey ${PREFIX}/bin/padkey
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/CREDITS ${DOCSDIR}/CREDITS
- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README
-.endif
-
-.include <bsd.port.mk>
diff --git a/x11/padkey/distinfo b/x11/padkey/distinfo
deleted file mode 100644
index 8967396a445e..000000000000
--- a/x11/padkey/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (padkey-0.2.tar.gz) = 3595a116067e6a3c603f3e35f904ae2cabfe0a2766ef2bbd331781b677288a41
-SIZE (padkey-0.2.tar.gz) = 5146
diff --git a/x11/padkey/pkg-descr b/x11/padkey/pkg-descr
deleted file mode 100644
index 207862d239e0..000000000000
--- a/x11/padkey/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-BSD PadKey is a small program for FreeBSD that sends keys to your X display
-according to which buttons are being pressed on a modified SNES pad connected
-to the parallel port.
-
-In short, PadKey allows you to play games on FreeBSD with an authentic SNES
-controller.
-
-Note: This version only works with ONE pad connected to the parallel port!
-
-WWW: http://www.liquidx.org/padkey/index.html