summaryrefslogtreecommitdiffstats
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, 0 insertions, 21 deletions
diff --git a/src/libframe/Makefile.MID b/src/libframe/Makefile.MID
deleted file mode 100644
index f7d29ece..00000000
--- a/src/libframe/Makefile.MID
+++ /dev/null
@@ -1,21 +0,0 @@
-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