Makefile 875 B

12345678910111213141516171819202122232425262728293031
  1. # $Id$
  2. #-
  3. # This file is part of the OpenADK project. OpenADK is copyrighted
  4. # material, please see the LICENCE file in the top-level directory.
  5. include ${TOPDIR}/rules.mk
  6. PKG_NAME:= tmsnc
  7. PKG_VERSION:= 0.3.2
  8. PKG_RELEASE:= 1
  9. PKG_MD5SUM:= 337dae91d4775e03b6681f61db56d2a7
  10. MASTER_SITES:= ${MASTER_SITE_SOURCEFORGE:=tmsnc/}
  11. include ${TOPDIR}/mk/package.mk
  12. $(eval $(call PKG_template,TMSNC,tmsnc,${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
  13. CONFIGURE_STYLE= gnu
  14. CONFIGURE_ENV+= ac_cv_func_malloc_0_nonnull=yes \
  15. ac_cv_func_realloc_0_nonnull=yes
  16. CONFIGURE_ARGS+= --with-libiconv-prefix=${STAGING_DIR}/usr \
  17. --with-openssl=${STAGING_DIR}/usr \
  18. --with-ncurses=${STAGING_DIR}
  19. BUILD_STYLE= auto
  20. INSTALL_STYLE= auto
  21. post-install:
  22. ${INSTALL_DIR} ${IDIR_TMSNC}/usr/bin
  23. ${INSTALL_BIN} ${WRKINST}/usr/bin/tmsnc ${IDIR_TMSNC}/usr/bin
  24. include ${TOPDIR}/mk/pkg-bottom.mk