summaryrefslogtreecommitdiff
path: root/devel/libchipcard-kde/Makefile
blob: 35916b264911821464160d4f0eedbee76de6bc7f (plain) (blame)
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
31
# Ports collection makefile for: LibChipCard-KDE
# Date created:                  19 January 2003
# Whom:                          Martin Preuss<martin@libchipcard.de>
#
# $FreeBSD$
#

PORTNAME=		libchipcard-kde
PORTVERSION=		0.8
CATEGORIES=		devel kde
MASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	libchipcard

MAINTAINER=		martin@libchipcard.de
COMMENT=		"KDE tools for LibChipCard"

LIB_DEPENDS=		chipcard.17:${PORTSDIR}/devel/libchipcard:install

USE_GMAKE=		yes
GNU_CONFIGURE=		yes
CONFIGURE_TARGET=
CONFIGURE_ARGS+=	--with-distri=freebsd --with-kde3-prefix=${LOCALBASE}\
			--with-applnk-dir=${PREFIX}/share/applnk/Utilities \
			--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_KDELIBS_VER=	3
USE_REINPLACE=		yes

post-patch:
	${REINPLACE_CMD} -e 's,libkdeui.so.4,libkdeui.so,' ${WRKSRC}/configure

.include <bsd.port.mk>