openbsd-ports/editors/textedit/Makefile

30 lines
691 B
Makefile
Raw Normal View History

2006-11-13 05:08:12 -05:00
# $OpenBSD: Makefile,v 1.21 2006/11/13 10:08:12 steven Exp $
COMMENT= "standard OpenLook text editor for X11"
1998-09-16 11:02:03 -04:00
DISTNAME= textedit
PKGNAME= textedit-1.0
CATEGORIES= editors
MAINTAINER= Ian Darwin <ian@openbsd.org>
1998-09-16 11:02:03 -04:00
2000-03-16 17:32:35 -05:00
PERMIT_PACKAGE_CDROM= "No license information"
PERMIT_PACKAGE_FTP= "No license information"
PERMIT_DISTFILES_CDROM= "No license information"
PERMIT_DISTFILES_FTP= "No license information"
2004-11-24 06:08:02 -05:00
WANTLIB= X11 Xext c
2000-03-16 17:32:35 -05:00
1998-10-08 19:18:35 -04:00
MASTER_SITES= http://www.darwinsys.com/freeware/
2006-08-01 19:39:08 -04:00
LIB_DEPENDS= xview.>=3,olgx.>=3::x11/xview/lib
2001-10-24 08:14:50 -04:00
BUILD_DEPENDS= ::x11/xview/config
1998-10-08 19:18:35 -04:00
CONFIGURE_STYLE=imake
1998-09-16 11:02:03 -04:00
MAKE_ENV= IMAKEINCLUDE=-I${LOCALBASE}/lib/X11/config
1998-09-16 11:02:03 -04:00
2006-11-13 05:08:12 -05:00
USE_X11= Yes
2002-10-25 20:39:14 -04:00
NO_REGRESS= Yes
1998-09-16 11:02:03 -04:00
.include <bsd.port.mk>