openbsd-ports/editors/textedit/Makefile
2009-01-05 10:55:18 +00:00

28 lines
643 B
Makefile

# $OpenBSD: Makefile,v 1.24 2009/01/05 10:55:18 giovanni Exp $
COMMENT= standard OpenLook text editor for X11
DISTNAME= textedit
PKGNAME= textedit-1.0p1
CATEGORIES= editors
PERMIT_PACKAGE_CDROM= No license information
PERMIT_PACKAGE_FTP= No license information
PERMIT_DISTFILES_CDROM= No license information
PERMIT_DISTFILES_FTP= No license information
WANTLIB= X11 Xext c
MASTER_SITES= http://www.darwinsys.com/freeware/
LIB_DEPENDS= xview.>=3,olgx.>=3::x11/xview/lib
BUILD_DEPENDS= ::x11/xview/config
CONFIGURE_STYLE=imake
MAKE_ENV= IMAKEINCLUDE=-I${LOCALBASE}/lib/X11/config
USE_X11= Yes
NO_REGRESS= Yes
.include <bsd.port.mk>