openbsd-ports/editors/axe/Makefile

23 lines
475 B
Makefile
Raw Normal View History

2006-11-13 05:08:12 -05:00
# $OpenBSD: Makefile,v 1.19 2006/11/13 10:08:12 steven Exp $
COMMENT= "simple to use text editor for X11"
PKGNAME= ${DISTNAME:L}
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
2004-11-24 06:08:02 -05:00
WANTLIB= ICE SM X11 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>