mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
21 lines
323 B
Makefile
21 lines
323 B
Makefile
# Created by: 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
|
|
|
|
NO_STAGE= yes
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|