From b822e0d8035e1c80b86d974e63bd10936a96ed2d Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 30 Sep 2003 17:47:43 +0000 Subject: Initial revision --- src/libframe/Makefile.MID | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/libframe/Makefile.MID (limited to 'src/libframe/Makefile.MID') diff --git a/src/libframe/Makefile.MID b/src/libframe/Makefile.MID new file mode 100644 index 00000000..f7d29ece --- /dev/null +++ b/src/libframe/Makefile.MID @@ -0,0 +1,21 @@ +LIB=libframe.a +VERSION=2.0 +PORTPLACE=devel/libframe +NAME=libdraw + +OFILES=\ + frbox.$O\ + frdelete.$O\ + frdraw.$O\ + frinit.$O\ + frinsert.$O\ + frptofchar.$O\ + frselect.$O\ + frstr.$O\ + frutil.$O\ + +all: $(LIB) + +install: $(LIB) + install -c -m 0644 $(LIB) $(PREFIX)/lib/$(LIB) + install -c -m 0644 frame.h $(PREFIX)/include/frame.h -- cgit v1.2.3