summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-12-19 10:53:50 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-12-19 10:53:50 +0000
commitd406455770b4102db8221c938acee0ba9ec1d7cf (patch)
tree37f86534367afe0352f9d7dcb986d1e2e226a73c /devel
parentMark as broken on 5.x due to the usual gcc problems (string continuation). (diff)
Mark as broken on gcc3.3 due to the usual line continuation problems.
Notified maintainer.
Notes
Notes: svn path=/head/; revision=96199
Diffstat (limited to 'devel')
-rw-r--r--devel/libchipcard/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/devel/libchipcard/Makefile b/devel/libchipcard/Makefile
index 459973550d2a..14d165a5f7e1 100644
--- a/devel/libchipcard/Makefile
+++ b/devel/libchipcard/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= libchipcard
MAINTAINER= martin@libchipcard.de
-COMMENT= "A library for easy access to chipcards."
+COMMENT= "A library for easy access to chipcards"
LIB_DEPENDS= pcsclite.0:${PORTSDIR}/devel/pcsc-lite
@@ -29,8 +29,14 @@ MAN1= ctfstool.1 chipcardd.1 geldkarte.1 hbcicard.1 \
MAN5= libchipcard.conf.5 chipcardc.conf.5 chipcardd.conf.5
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
+.endif
+
post-install:
@${INSTALL_SCRIPT} ${WRKSRC}/freebsd/chipcardd.sh ${PREFIX}/etc/rc.d
@${SED} -e 's,%%PREFIX%%,${PREFIX},' ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>