1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/games/lolcat/Makefile

26 lines
467 B
Makefile

# $FreeBSD$
PORTNAME= lolcat
PORTREVISION= 1
PORTVERSION= 42.0.99
CATEGORIES= games
MASTER_SITES= RG
MAINTAINER= arved@FreeBSD.org
COMMENT= Rainbows and unicorns
CONFLICTS= filters-[0-9]*
RUN_DEPENDS= rubygem-trollop>=1.9:${PORTSDIR}/devel/rubygem-trollop \
rubygem-paint>=0.8.5:${PORTSDIR}/devel/rubygem-paint
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
NO_STAGE= yes
post-install:
${ECHO_CMD} "bin/lolcat" >> ${TMPPLIST}
.include <bsd.port.mk>