summaryrefslogtreecommitdiff
path: root/x11/xkeycaps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xkeycaps/Makefile')
-rw-r--r--x11/xkeycaps/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/x11/xkeycaps/Makefile b/x11/xkeycaps/Makefile
deleted file mode 100644
index 2fe3841fe3e..00000000000
--- a/x11/xkeycaps/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# $NetBSD: Makefile,v 1.11 2003/07/17 22:56:58 grant Exp $
-#
-
-DISTNAME= xkeycaps-2.46
-PKGREVISION= 1
-CATEGORIES= x11
-MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/} \
- http://www.jwz.org/xkeycaps/
-EXTRACT_SUFX= .tar.Z
-
-MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://www.jwz.org/xkeycaps/
-COMMENT= Graphical front-end to xmodmap
-
-USE_IMAKE= yes
-
-pre-configure:
-.if (${MACHINE_ARCH} == "m68k")
- @cd ${WRKSRC}; ${MV} Imakefile Imakefile.old; \
- ${ECHO} CDEBUGFLAGS= -O >Imakefile; \
- ${CAT} Imakefile.old >>Imakefile
-.endif
-
-.include "../../mk/bsd.pkg.mk"