aboutsummaryrefslogtreecommitdiffstats
path: root/games/trojka/Makefile
blob: 8b83a0082cb014a913d0cb35a447b45871a88642 (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
# New ports collection makefile for:   trojka
# Date created:        22 march 2000
# Whom:                Edwin Mons
#
# $FreeBSD$
#

PORTNAME=   trojka
PORTVERSION=    1.0
CATEGORIES= games
MASTER_SITES=   ftp://ftp.funet.fi/pub/unix/games/
DISTNAME=   ${PORTNAME}

MAINTAINER= e@ik.nu
COMMENT=    A game of skill

MAN6=       trojka.6
SUB_FILES=  pkg-message

post-install:
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>