aboutsummaryrefslogtreecommitdiff
path: root/src/libframe/Makefile.MID
diff options
context:
space:
mode:
Diffstat (limited to 'src/libframe/Makefile.MID')
-rw-r--r--src/libframe/Makefile.MID21
1 files changed, 21 insertions, 0 deletions
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