openbsd-ports/editors/axe/Makefile
2010-10-23 18:26:19 +00:00

27 lines
532 B
Makefile

# $OpenBSD: Makefile,v 1.25 2010/10/23 18:26:20 sthen Exp $
COMMENT= simple to use text editor for X11
DISTNAME= aXe-6.1.2
PKGNAME= ${DISTNAME:L}
REVISION= 2
CATEGORIES= editors
PERMIT_PACKAGE_CDROM= No
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= No
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xpm Xt c \
pthread-stubs xcb
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=editors/}
EXTRACT_SUFX= .tar.Z
CONFIGURE_STYLE= imake
USE_X11= Yes
USE_GROFF = Yes
NO_REGRESS= Yes
.include <bsd.port.mk>