Makefile 614 B

12345678910111213141516171819202122232425262728293031
  1. # $OpenBSD: Makefile,v 1.14 2015/12/29 19:49:41 jasper Exp $
  2. COMMENT = console based password storing application
  3. GH_ACCOUNT = levaidaniel
  4. GH_PROJECT = kc
  5. GH_TAGNAME = 2.3.2
  6. REVISION = 1
  7. CATEGORIES = security
  8. HOMEPAGE = http://github.com/levaidaniel/${GH_PROJECT}
  9. MAINTAINER = LEVAI Daniel <leva@ecentrum.hu>
  10. # BSD
  11. PERMIT_PACKAGE_CDROM = Yes
  12. WANTLIB += c crypto edit ncursesw pcre pthread xml2
  13. LIB_DEPENDS = textproc/libxml \
  14. devel/pcre
  15. MAKE_ENV += HAVE_PCRE=yes
  16. post-install:
  17. ${INSTALL_DATA_DIR} ${PREFIX}/share/kc
  18. ${INSTALL} ${WRKBUILD}/pwsafe_to_kc.pl ${PREFIX}/share/kc/
  19. .include <bsd.port.mk>