mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
29 lines
578 B
Makefile
29 lines
578 B
Makefile
# 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
|
|
GH_TAGNAME= ${PORTVERSION}
|
|
GH_COMMIT= 89c5bc8
|
|
|
|
SUB_FILES= pkg-message
|
|
PLIST_FILES= bin/nyancat
|
|
|
|
WRKSRC= ${WRKDIR}/${GH_ACCOUNT}-${PORTNAME}-${GH_COMMIT}
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|