Lines 6-13
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= libchipcard-kde |
8 |
PORTNAME= libchipcard-kde |
9 |
PORTVERSION= 0.8 |
9 |
PORTVERSION= 0.9 |
10 |
PORTREVISION= 3 |
|
|
11 |
CATEGORIES= devel kde |
10 |
CATEGORIES= devel kde |
12 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
11 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
13 |
MASTER_SITE_SUBDIR= libchipcard |
12 |
MASTER_SITE_SUBDIR= libchipcard |
Lines 15-21
Link Here
|
15 |
MAINTAINER= martin@libchipcard.de |
14 |
MAINTAINER= martin@libchipcard.de |
16 |
COMMENT= KDE tools for LibChipCard |
15 |
COMMENT= KDE tools for LibChipCard |
17 |
|
16 |
|
18 |
LIB_DEPENDS= chipcard.17:${PORTSDIR}/devel/libchipcard:install |
17 |
LIB_DEPENDS= chipcard.20:${PORTSDIR}/devel/libchipcard:install |
19 |
|
18 |
|
20 |
USE_GMAKE= yes |
19 |
USE_GMAKE= yes |
21 |
GNU_CONFIGURE= yes |
20 |
GNU_CONFIGURE= yes |
Lines 26-38
Link Here
|
26 |
USE_KDELIBS_VER= 3 |
25 |
USE_KDELIBS_VER= 3 |
27 |
USE_REINPLACE= yes |
26 |
USE_REINPLACE= yes |
28 |
|
27 |
|
29 |
.include <bsd.port.pre.mk> |
|
|
30 |
|
31 |
.if ${OSVERSION} >= 502102 |
32 |
BROKEN= "Links against conflicting thread libraries" |
33 |
.endif |
34 |
|
35 |
post-patch: |
28 |
post-patch: |
36 |
${REINPLACE_CMD} -e 's,libkdeui.so.4,libkdeui.so,' ${WRKSRC}/configure |
29 |
${REINPLACE_CMD} -e 's|libkdeui.so.4|libkdeui.so|g' \ |
|
|
30 |
-e 's|-lc_r|${PTHREAD_LIBS}|g' ${WRKSRC}/configure |
37 |
|
31 |
|
38 |
.include <bsd.port.post.mk> |
32 |
.include <bsd.port.mk> |