openbsd-ports/editors/axe/Makefile
2013-03-11 11:02:49 +00:00

24 lines
463 B
Makefile

# $OpenBSD: Makefile,v 1.28 2013/03/11 11:02:49 espie 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
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_GROFF = Yes
NO_TEST= Yes
.include <bsd.port.mk>