mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
802185c16a
trojka is a game of skill PR: 19911 Submitted by: Edwin Mons <edwinme@ik.nu> Reviewed by: sobomax
22 lines
404 B
Makefile
22 lines
404 B
Makefile
# 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
|
|
|
|
MAN6= trojka.6
|
|
|
|
post-install:
|
|
${SED} "s|%%PREFIX%%|${PREFIX}|" ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|