aboutsummaryrefslogtreecommitdiffstats
path: root/net/nyancat/Makefile
blob: 9f06e9b4f95f3ef598cffd7da904078116d50e2b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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>