19 lines
359 B
Makefile
19 lines
359 B
Makefile
COMMENT= simple to use text editor for X11
|
|
|
|
DISTNAME= aXe-6.1.2
|
|
PKGNAME= ${DISTNAME:L}
|
|
REVISION= 5
|
|
CATEGORIES= editors
|
|
|
|
# "other than commercial exploitation"
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xpm Xt c
|
|
|
|
SITES= ${SITE_XCONTRIB:=editors/}
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
CONFIGURE_STYLE= imake
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|