summaryrefslogtreecommitdiff
path: root/sysutils/klineakconfig/Makefile
blob: 057c7a3ea44b846c9b917b9401af173d4ae9bf1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:	klineakconfig
# Date created:				5 July 2002
# Whom:					Kay Lehmann <kay_lehmann@web.de>
#
# $FreeBSD$
#

PORTNAME=	klineakconfig
PORTVERSION=	0.9
PORTREVISION=	5
CATEGORIES=	sysutils kde
MASTER_SITES=	SF/lineak/Klineakconfig/Klineakconfig-${PORTVERSION}
DIST_SUBDIR=	lineak

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Configure lineakd through a KDE interface

LIB_DEPENDS=	lineak.8:${PORTSDIR}/sysutils/lineakd

USE_KDELIBS_VER=3
USE_XORG=	xkbfile
USE_GMAKE=	yes
USE_AUTOTOOLS=	libtool

post-patch:
	@${TOUCH} ${WRKSRC}/config.h.in
	@${REINPLACE_CMD} -e 's|-ldl||;s|-O2||g;s|-lpthread|${PTHREAD_LIBS}|g' \
		${WRKSRC}/configure

.include <bsd.port.mk>