From 97eb0074b135b2636d84ff503988e3d76803ddcc Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Thu, 30 Sep 2021 19:12:10 +0000 Subject: Move FreeBSD ports under FreeBSD directory --- FreeBSD/Makefile | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 FreeBSD/Makefile (limited to 'FreeBSD/Makefile') diff --git a/FreeBSD/Makefile b/FreeBSD/Makefile new file mode 100644 index 0000000..68bf9c4 --- /dev/null +++ b/FreeBSD/Makefile @@ -0,0 +1,22 @@ +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 += sysutils/catsit + +install: +.for PORT in ${PORTS} + cp -R ${PORT} ${PORTSDIR}/${PORT:H} +.endfor + +uninstall: +.for PORT in ${PORTS} + rm -fr ${PORTSDIR}/${PORT} +.endfor -- cgit 1.4.1