Makefile 368 B

12345678910111213141516171819202122
  1. # $OpenBSD: Makefile,v 1.14 2013/10/11 23:50:09 naddy Exp $
  2. COMMENT= commandline shell and file manager
  3. DISTNAME= clex-3.15
  4. CATEGORIES= misc
  5. HOMEPAGE= http://www.clex.sk/
  6. MAINTAINER= Victor Sahlstedt <salan@legonet.org>
  7. # GPL
  8. PERMIT_PACKAGE_CDROM= Yes
  9. WANTLIB= c ncurses
  10. MASTER_SITES= ${HOMEPAGE:=download/}
  11. CONFIGURE_STYLE= gnu
  12. .include <bsd.port.mk>