openbsd-ports/editors/axe/Makefile

26 lines
519 B
Makefile
Raw Normal View History

2010-11-15 18:22:07 -05:00
# $OpenBSD: Makefile,v 1.27 2010/11/15 23:22:07 espie Exp $
COMMENT= simple to use text editor for X11
DISTNAME= aXe-6.1.2
2010-10-23 14:26:19 -04:00
PKGNAME= ${DISTNAME:L}
REVISION= 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
2010-10-23 14:26:19 -04:00
WANTLIB= ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xpm Xt c \
pthread-stubs xcb
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
2010-11-15 18:22:07 -05:00
USE_GROFF = Yes
2002-10-25 20:39:14 -04:00
NO_REGRESS= Yes
1997-11-14 19:04:24 -05:00
.include <bsd.port.mk>