# Ports collection makefile for: LibChipCard # Date created: 19 January 2003 # Whom: Martin Preuss # # $FreeBSD$ # PORTNAME= libchipcard PORTVERSION= 0.9.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=${PORTNAME} MAINTAINER= martin@libchipcard.de MAN1= ctfstool.1 chipcardd.1 geldkarte.1 hbcicard.1 readertest.1 libchipcard-config.1 MAN5= libchipcard.conf.5 chipcardc.conf.5 chipcardd.conf.5 MANCOMPRESSED= no USE_GMAKE= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --with-distri=freebsd CFLAGS="-march=i486 -mcpu=i586" CXXFLAGS="-march=i486 -mcpu=i586" INSTALLS_SHLIB= yes .include