23 lines
650 B
Makefile
23 lines
650 B
Makefile
# $OpenBSD: Makefile,v 1.3 1999/04/01 06:20:11 brad Exp $
|
|
|
|
DISTNAME= textedit
|
|
PKGNAME= textedit-1.0
|
|
CATEGORIES= editors
|
|
|
|
MAINTAINER= ian@OpenBSD.ORG
|
|
|
|
MASTER_SITES= http://www.darwinsys.com/freeware/
|
|
|
|
LIB_DEPENDS= xview.3:${PORTSDIR}/x11/xview-lib
|
|
|
|
USE_IMAKE= yes
|
|
|
|
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>
|