Makefile 462 B

1234567891011121314151617181920212223
  1. # $OpenBSD: Makefile,v 1.31 2016/03/16 18:36:37 naddy Exp $
  2. COMMENT= simple to use text editor for X11
  3. DISTNAME= aXe-6.1.2
  4. PKGNAME= ${DISTNAME:L}
  5. REVISION= 4
  6. CATEGORIES= editors
  7. # "other than commercial exploitation"
  8. PERMIT_PACKAGE_CDROM= No
  9. PERMIT_PACKAGE_FTP= Yes
  10. WANTLIB= ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xpm Xt c
  11. MASTER_SITES= ${MASTER_SITE_XCONTRIB:=editors/}
  12. EXTRACT_SUFX= .tar.Z
  13. CONFIGURE_STYLE= imake
  14. NO_TEST= Yes
  15. .include <bsd.port.mk>