2003-02-19 03:09:47 +01:00
|
|
|
# Ports collection makefile for: LibChipCard-KDE
|
|
|
|
# Date created: 19 January 2003
|
|
|
|
# Whom: Martin Preuss<martin@libchipcard.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libchipcard-kde
|
2005-04-20 15:10:08 +02:00
|
|
|
PORTVERSION= 0.9
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 6
|
2003-02-19 03:09:47 +01:00
|
|
|
CATEGORIES= devel kde
|
2009-08-22 02:18:43 +02:00
|
|
|
MASTER_SITES= SF/libchipcard/libchipcard/${PORTVERSION}
|
2003-02-19 03:09:47 +01:00
|
|
|
|
|
|
|
MAINTAINER= martin@libchipcard.de
|
2004-12-18 05:03:31 +01:00
|
|
|
COMMENT= KDE tools for LibChipCard
|
2003-02-19 03:09:47 +01:00
|
|
|
|
2005-04-20 15:10:08 +02:00
|
|
|
LIB_DEPENDS= chipcard.20:${PORTSDIR}/devel/libchipcard:install
|
2003-02-19 03:09:47 +01:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2003-02-19 03:09:47 +01:00
|
|
|
CONFIGURE_ARGS+= --with-distri=freebsd --with-kde3-prefix=${LOCALBASE}\
|
2008-08-21 08:18:49 +02:00
|
|
|
--with-applnk-dir=${PREFIX}/share/applnk/Utilities
|
2003-02-19 03:09:47 +01:00
|
|
|
USE_KDELIBS_VER= 3
|
2009-11-20 23:53:09 +01:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
2003-02-19 03:09:47 +01:00
|
|
|
|
2004-02-19 10:41:37 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2003-02-19 03:09:47 +01:00
|
|
|
post-patch:
|
2005-04-20 15:10:08 +02:00
|
|
|
${REINPLACE_CMD} -e 's,libkdeui.so.4,libkdeui.so,; \
|
|
|
|
s|-lc_r|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
|
|
|
|
${REINPLACE_CMD} -e "s,libpcsclite.so.0,libpcsclite.so.1,; \
|
|
|
|
s,/usr/local/pcsc/include,${LOCALBASE}/include/PCSC," ${WRKSRC}/configure
|
|
|
|
|
2003-02-19 03:09:47 +01:00
|
|
|
|
2004-02-19 10:41:37 +01:00
|
|
|
.include <bsd.port.post.mk>
|