2000-04-02 18:47:16 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2000/04/02 22:47:16 espie Exp $
|
1998-09-16 11:02:03 -04:00
|
|
|
|
|
|
|
DISTNAME= textedit
|
|
|
|
PKGNAME= textedit-1.0
|
|
|
|
CATEGORIES= editors
|
2000-03-24 18:28:01 -05:00
|
|
|
NEED_VERSION= 1.230
|
1998-09-16 11:02:03 -04:00
|
|
|
|
|
|
|
MAINTAINER= ian@OpenBSD.ORG
|
|
|
|
|
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"
|
|
|
|
|
1998-10-08 19:18:35 -04:00
|
|
|
MASTER_SITES= http://www.darwinsys.com/freeware/
|
|
|
|
|
2000-04-02 11:26:23 -04:00
|
|
|
LIB_DEPENDS= xview.3::x11/xview/lib
|
2000-04-02 18:47:16 -04:00
|
|
|
BUILD_DEPENDS= ${X11BASE}/lib/X11/config/Xview.cf::x11/xview/config
|
1998-10-08 19:18:35 -04:00
|
|
|
|
2000-03-05 13:30:21 -05:00
|
|
|
USE_IMAKE= Yes
|
2000-04-02 11:26:23 -04:00
|
|
|
FAKE= Yes
|
1998-09-16 11:02:03 -04:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
$(INSTALL_PROGRAM) $(WRKSRC)/textedit $(PREFIX)/bin/textedit
|
|
|
|
$(INSTALL_MAN) $(WRKSRC)/textedit.man $(PREFIX)/man/man1/textedit.1
|
|
|
|
#don't really need these as they're included only in this program
|
|
|
|
#$(INSTALL_DATA) $(WRKSRC)/textedit.icon $(PREFIX)/include/X11/bitmaps
|
|
|
|
#$(INSTALL_DATA) $(WRKSRC)/textedit.mask.icon $(PREFIX)/include/X11/bitmaps
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|