1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/games/coffeebreak/Makefile
Kirill Ponomarev 11847cb80c coffeebreak is a a fake FreeBSD installer.
It's friday.  Do you need to pretend to be working?  Do you have FreeBSD
systems?  Here you go!  coffeebreak is the tool you always wanted to make your
machine as if it is very busy doing important stuff.

WWW: https://github.com/0mp/coffeebreak

PR:		227873
Submitted by:	Mateusz Piotrowski <0mp@FreeBSD.org>
2018-05-12 10:17:08 +00:00

22 lines
335 B
Makefile

# $FreeBSD$
PORTNAME= coffeebreak
DISTVERSION= 0.1.1
CATEGORIES= games
MAINTAINER= 0mp@FreeBSD.org
COMMENT= Pretend your machine is busy with a fake FreeBSD installer
LICENSE= BSD2CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= 0mp
NO_ARCH= yes
NO_BUILD= yes
PLIST_FILES= bin/coffeebreak \
man/man6/coffeebreak.6.gz
.include <bsd.port.mk>