mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
7a4fedc770
lineak is a utility designed to enable the use and configuration of those special keys on Internet, Easy Access and Multimedia keyboards in Linux (and other unices, like now FreeBSD). I use this port for about 6-8 months and it seems to work without much problems. I was asked from several people if I finished the port, so I thought it would be the best to include it in the official ports tree. PR: ports/52158 Submitted by: Kay Lehmann <kay_lehmann@web.de>
36 lines
722 B
Makefile
36 lines
722 B
Makefile
# New ports collection makefile for: lineakd
|
|
# Date created: 03 June 2002
|
|
# Whom: Kay Lehmann
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= lineakd
|
|
PORTVERSION= 0.4.p3
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR=lineak
|
|
DISTNAME= ${PORTNAME}-0.4pre3
|
|
|
|
MAINTAINER= kay_lehmann@web.de
|
|
COMMENT= Lineakd is a daemon which enables special keys on internet keyboards
|
|
|
|
LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext
|
|
|
|
USE_BISON= yes
|
|
USE_GMAKE= yes
|
|
USE_XLIB= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
CFLAGS+= -I${X11BASE}/include
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
EXTRA_PATCHES= ${FILESDIR}/extra-patch-lineakd.c-4
|
|
|
|
.if ${OSVERSION} >= 500000
|
|
EXTRA_PATCHES= ${FILESDIR}/extra-patch-lineakd.c-5
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|