Makefile 707 B

12345678910111213141516171819202122232425262728293031
  1. # $OpenBSD: Makefile,v 1.9 2016/03/11 19:59:16 naddy Exp $
  2. COMMENT= dancers shell or distributed shell
  3. DISTNAME = dsh-0.25.10
  4. CATEGORIES= sysutils net
  5. HOMEPAGE= http://www.netfort.gr.jp/~dancer/software/dsh.html.en
  6. MASTER_SITES= http://www.netfort.gr.jp/~dancer/software/downloads/
  7. # GPLv2
  8. PERMIT_PACKAGE_CDROM= Yes
  9. WANTLIB += c dshconfig
  10. LIB_DEPENDS= devel/libdshconfig
  11. MODULES= devel/gettext
  12. CONFIGURE_STYLE= gnu
  13. CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
  14. LDFLAGS="-L${LOCALBASE}/lib" \
  15. LIBS="-lintl -liconv"
  16. FAKE_FLAGS= sysconfdir=${TRUEPREFIX}/share/examples
  17. post-configure:
  18. @perl -pi -e 's,rsh,ssh,' ${WRKSRC}/dsh.conf
  19. .include <bsd.port.mk>