openbsd-ports/editors/axe/Makefile
2006-11-13 10:08:12 +00:00

23 lines
475 B
Makefile

# $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
PERMIT_PACKAGE_CDROM= No
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= No
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE SM X11 Xaw Xext Xmu Xp Xpm Xt c
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=editors/}
EXTRACT_SUFX= .tar.Z
CONFIGURE_STYLE= imake
USE_X11= Yes
NO_REGRESS= Yes
.include <bsd.port.mk>