Makefile 756 B

12345678910111213141516171819202122232425262728293031323334353637
  1. # $OpenBSD: Makefile,v 1.13 2015/03/31 09:44:48 ajacoutot Exp $
  2. COMMENT= IBM 3270 terminal emulator for the X Window System
  3. DISTNAME= x3270-3.3.6
  4. REVISION= 4
  5. CATEGORIES= comms
  6. HOMEPAGE= http://x3270.bgp.nu/
  7. MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=x3270/}
  8. EXTRACT_SUFX= .tgz
  9. MAINTAINER= Claudio Correa <correa@pucpcaldas.br>
  10. # BSD, MIT
  11. PERMIT_PACKAGE_CDROM= Yes
  12. WANTLIB= ICE SM X11 Xau Xaw Xdmcp Xext Xmu Xt c crypto ssl \
  13. util
  14. BUILD_DEPENDS= devel/imake
  15. RUN_DEPENDS= comms/c3270
  16. USE_GROFF = Yes
  17. CONFIGURE_STYLE= gnu
  18. NO_TEST= Yes
  19. CONFIGURE_ARGS= --with-fontdir=${PREFIX}/share/fonts/x3270 \
  20. --with-x
  21. WRKDIST= ${WRKDIR}/x3270-3.3
  22. FAKE_FLAGS= sysconfdir=${TRUEPREFIX}/share/examples \
  23. PREFIX=${PREFIX}
  24. .include <bsd.port.mk>