summaryrefslogtreecommitdiff
path: root/misc/hotkeys
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2003-06-03 13:47:07 +0000
committerWill Andrews <will@FreeBSD.org>2003-06-03 13:47:07 +0000
commit42b09e756acce3e9544629b55766c6b46393cb8c (patch)
tree50bbb00d8fdee34af78ff4153ad80ebbec1ed58a /misc/hotkeys
parentUpdate to 0.7 (diff)
*groan* Remove sophomoric mistakes after one too many last minute changes.
Notes
Notes: svn path=/head/; revision=82191
Diffstat (limited to 'misc/hotkeys')
-rw-r--r--misc/hotkeys/Makefile~40
1 files changed, 0 insertions, 40 deletions
diff --git a/misc/hotkeys/Makefile~ b/misc/hotkeys/Makefile~
deleted file mode 100644
index 682de7e8fbca..000000000000
--- a/misc/hotkeys/Makefile~
+++ /dev/null
@@ -1,40 +0,0 @@
-# New ports collection makefile for: xquote
-# Date created: May 20th, 2003
-# Whom: Andy Pavlo <amp0928@rit.edu>
-#
-# $FreeBSD$
-
-PORTNAME= hotkeys
-PORTVERSION= 0.5.7.1
-CATEGORIES= misc
-MASTER_SITES= http://ypwong.org/hotkeys/${PORTVERSION}/ \
- ${MASTER_SITE_XCONTRIB}
-DISTNAME= hotkeys_${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Allows usuage of special keys on internet/multimedia keyboards
-
-LIB_DEPENDS= xosd.4:${PORTSDIR}/misc/xosd \
- xml2.5:${PORTSDIR}/textproc/libxml2 \
- db3.3:${PORTSDIR}/databases/db3
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-GNU_CONFIGURE= 1
-CONFIGURE_ARGS= --with-db3-inc=${LOCALBASE}/include/db3 \
- --with-db3-lib=${LOCALBASE}/lib \
- --with-xosd
-USE_GMAKE= yes
-
-MAN1= hotkeys.1
-ORIG_CONFIG= ${PREFIX}/etc/hotkeys.conf
-SAMPLE_CONFIG= ${PREFIX}/etc/hotkeys.conf.sample
-
-post-extract:
- @${CP} ${PATCHDIR}/error.h ${WRKSRC}/src
- @${CP} ${PATCHDIR}/eliteduo.def ${WRKSRC}/def
-
-post-install:
- @${MV} ${ORIG_CONFIG} ${SAMPLE_CONFIG}
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>