summary refs log tree commit diff
path: root/FreeBSD/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'FreeBSD/Makefile')
-rw-r--r--FreeBSD/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/FreeBSD/Makefile b/FreeBSD/Makefile
deleted file mode 100644
index 0e8fdb6..0000000
--- a/FreeBSD/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-PORTSDIR = /usr/ports
-
-PORTS += irc/litterbox
-PORTS += irc/pounce-palaver
-PORTS += irc/scooper
-PORTS += mail/bubger
-PORTS += mail/imbox
-PORTS += mail/notemap
-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