diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-12-19 10:53:50 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-12-19 10:53:50 +0000 |
commit | d406455770b4102db8221c938acee0ba9ec1d7cf (patch) | |
tree | 37f86534367afe0352f9d7dcb986d1e2e226a73c /devel | |
parent | a5730650377148e4a45cf7d8e27f0ac3ef792138 (diff) | |
download | ports-d406455770b4102db8221c938acee0ba9ec1d7cf.tar.gz ports-d406455770b4102db8221c938acee0ba9ec1d7cf.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libchipcard/Makefile | 10 |
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> |