openbsd-ports/editors/axe/Makefile

23 lines
485 B
Makefile
Raw Normal View History

2007-11-13 09:06:21 -05:00
# $OpenBSD: Makefile,v 1.21 2007/11/13 14:06:21 steven Exp $
COMMENT= simple to use text editor for X11
2007-11-13 09:06:21 -05:00
PKGNAME= ${DISTNAME:L}p0
DISTNAME= aXe-6.1.2
CATEGORIES= editors
2001-01-05 11:35:58 -05:00
PERMIT_PACKAGE_CDROM= No
2000-03-16 17:32:35 -05:00
PERMIT_PACKAGE_FTP= Yes
2001-01-05 11:35:58 -05:00
PERMIT_DISTFILES_CDROM= No
2000-03-16 17:32:35 -05:00
PERMIT_DISTFILES_FTP= Yes
2007-11-13 09:06:21 -05:00
WANTLIB= ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xp Xpm Xt c
2000-03-16 17:32:35 -05:00
2002-05-13 08:37:36 -04:00
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=editors/}
EXTRACT_SUFX= .tar.Z
CONFIGURE_STYLE= imake
2006-11-13 05:08:12 -05:00
USE_X11= Yes
2002-10-25 20:39:14 -04:00
NO_REGRESS= Yes
1997-11-14 19:04:24 -05:00
.include <bsd.port.mk>