openbsd-ports/editors/axe/Makefile
2004-11-24 11:08:02 +00:00

23 lines
461 B
Makefile

# $OpenBSD: Makefile,v 1.18 2004/11/24 11:08:02 espie 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
NO_REGRESS= Yes
.include <bsd.port.mk>