blob: c8415a9a68b39e5051d1241e8fd16ec3250dadb3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= nyancat
PORTVERSION= 1.2
PORTEPOCH= 1
CATEGORIES= net games
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Animated telnet server that renders a loop of the nyan cat animation
USE_GITHUB= yes
GH_ACCOUNT= klange
SUB_FILES= pkg-message
PLIST_FILES= bin/nyancat
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
|