openbsd-ports/editors/textedit/Makefile

30 lines
661 B
Makefile
Raw Normal View History

2010-11-15 18:22:07 -05:00
# $OpenBSD: Makefile,v 1.29 2010/11/15 23:22:07 espie Exp $
COMMENT= standard OpenLook text editor for X11
1998-09-16 11:02:03 -04:00
DISTNAME= textedit
2010-10-23 14:26:19 -04:00
PKGNAME= textedit-1.0
REVISION= 2
1998-09-16 11:02:03 -04:00
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
2010-10-23 14:26:19 -04:00
WANTLIB= X11 Xext c pthread-stubs xcb xview olgx
2000-03-16 17:32:35 -05:00
1998-10-08 19:18:35 -04:00
MASTER_SITES= http://www.darwinsys.com/freeware/
2010-11-15 18:22:07 -05:00
LIB_DEPENDS= x11/xview/lib
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
2010-10-18 14:00:15 -04:00
USE_GROFF = Yes
2002-10-25 20:39:14 -04:00
NO_REGRESS= Yes
1998-09-16 11:02:03 -04:00
.include <bsd.port.mk>