26 lines
626 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.11 2000/04/04 21:18:23 espie Exp $
1998-09-16 15:02:03 +00:00
DISTNAME= textedit
PKGNAME= textedit-1.0
CATEGORIES= editors
NEED_VERSION= 1.230
1998-09-16 15:02:03 +00:00
MAINTAINER= ian@OpenBSD.ORG
2000-03-16 22:32:35 +00: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"
1998-10-08 23:18:35 +00:00
MASTER_SITES= http://www.darwinsys.com/freeware/
2000-04-02 15:26:23 +00:00
LIB_DEPENDS= xview.3::x11/xview/lib
BUILD_DEPENDS= ${LOCALBASE}/lib/X11/config/Xview.cf::x11/xview/config
1998-10-08 23:18:35 +00:00
2000-03-05 18:30:21 +00:00
USE_IMAKE= Yes
2000-04-02 15:26:23 +00:00
FAKE= Yes
1998-09-16 15:02:03 +00:00
MAKE_ENV= IMAKEINCLUDE=-I${LOCALBASE}/lib/X11/config
1998-09-16 15:02:03 +00:00
.include <bsd.port.mk>