summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index ed04b2b..0000000
--- a/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-PORTSDIR = /usr/ports
-
-PORTS += devel/cgit-causal-agency
-PORTS += irc/catgirl
-PORTS += irc/litterbox
-PORTS += irc/pounce
-PORTS += irc/pounce-palaver
-PORTS += irc/scooper
-PORTS += mail/bubger
-PORTS += mail/imbox
-PORTS += mail/notemap
-PORTS += security/libretls
-PORTS += sysutils/catsit
-
-install:
-.for PORT in ${PORTS}
-	cp -R ${PORT} ${PORTSDIR}/${PORT:H}
-.endfor
-
-uninstall:
-.for PORT in ${PORTS}
-	rm -fr ${PORTSDIR}/${PORT}
-.endfor