Makefile 704 B

12345678910111213141516171819202122232425262728293031323334
  1. # $OpenBSD: Makefile,v 1.5 2016/07/30 21:14:00 sthen Exp $
  2. COMMENT= tools for use with PC/SC drivers, cards, readers
  3. DISTNAME= pcsc-tools-1.4.27
  4. CATEGORIES= security sysutils
  5. HOMEPAGE= http://ludovic.rousseau.free.fr/softwares/pcsc-tools/
  6. MAINTAINER= Stuart Henderson <sthen@openbsd.org>
  7. # GPLv2+
  8. PERMIT_PACKAGE_CDROM= Yes
  9. WANTLIB += c pcsclite pthread
  10. MASTER_SITES= http://ludovic.rousseau.free.fr/softwares/pcsc-tools/
  11. # gscriptor requires p5-Gtk2, intentionally not listed as a hard dep
  12. RUN_DEPENDS= security/p5-Chipcard-PCSC
  13. LIB_DEPENDS= security/pcsc-lite
  14. FAKE_FLAGS= DESTDIR=${WRKINST}${PREFIX}
  15. USE_GMAKE= Yes
  16. NO_TEST= Yes
  17. CFLAGS+= -I${LOCALBASE}/include/PCSC
  18. .include <bsd.port.mk>