mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
24 lines
452 B
Makefile
24 lines
452 B
Makefile
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= nyancat
|
|
PORTVERSION= 1.5.2
|
|
PORTEPOCH= 1
|
|
CATEGORIES= net games
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= Animated telnet server that renders a loop of the nyan cat animation
|
|
|
|
LICENSE= NCSA
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= klange
|
|
|
|
SUB_FILES= pkg-message
|
|
PLIST_FILES= bin/nyancat
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|