mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
4dc29b34c3
loop of the classic nyan cat animation. Feature safe: yes
28 lines
540 B
Makefile
28 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>
|