freebsd-ports/misc/hotkeys/Makefile
Edwin Groothuis b7c77650f4 misc/hotkeys - definition file for Logitech UltraX keyboard
This is not a bug; it is an additional keyboard definition
	for hotkeys.  This definition is for the keyboard Logitech
	UltraX.  Add it if you want to.

PR:		ports/89617
Submitted by:	Torfinn Ingolfsen <tingo@start.no>
Approved by:	Andy Pavlo <amp0928@rit.edu>
2005-12-01 00:08:43 +00:00

42 lines
1.1 KiB
Makefile

# New ports collection makefile for: hotkeys
# Date created: May 20th, 2003
# Whom: Andy Pavlo <amp0928@rit.edu>
#
# $FreeBSD$
PORTNAME= hotkeys
PORTVERSION= 0.5.7.1
PORTREVISION= 2
CATEGORIES= misc
MASTER_SITES= http://ypwong.org/hotkeys/${PORTVERSION}/ \
${MASTER_SITE_XCONTRIB}
DISTNAME= hotkeys_${PORTVERSION}
MAINTAINER= amp0928@rit.edu
COMMENT= Allows usage 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
@${CP} ${PATCHDIR}/logitech-ultrax.def ${WRKSRC}/def
post-install:
@${MV} ${ORIG_CONFIG} ${SAMPLE_CONFIG}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>