freebsd-ports/net/nyancat/Makefile
Emanuel Haupt 4dc29b34c3 Add net/nyancat, an animated, color, ANSI-text telnet server that renders a
loop of the classic nyan cat animation.

Feature safe: yes
2012-03-30 10:00:34 +00:00

27 lines
540 B
Makefile

# New ports collection makefile for: nyancat
# Date created: 30 Mar 2012
# Whom: Emanuel Haupt <ehaupt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= nyancat
PORTVERSION= 20120330
CATEGORIES= net games
MASTER_SITES= CRITICAL
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Animated telnet server that renders a loop of the nyan cat animation
MAKE_JOBS_SAFE= yes
SUB_FILES= pkg-message
PLIST_FILES= bin/nyancat
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>