blob: d7b21ee4d0e2515333f37beef334a13fd60b9a7c (
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
28
29
|
# New ports collection makefile for: xtrojka
# Date created: 22 march 2000
# Whom: Edwin Mons
#
# $FreeBSD$
#
PORTNAME= xtrojka
PORTVERSION= 1.1
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= ftp://ftp.funet.fi/pub/unix/games/
DISTNAME= ${PORTNAME}
MAINTAINER= e@ik.nu
COMMENT= Game of skill similar to T*tris
WRKSRC= ${WRKDIR}
MAN6= xtrojka.6
MANCOMPRESSED= yes
USE_XLIB= yes
pre-install:
${MKDIR} ${PREFIX}/share/xtrojka
post-install:
${STRIP_CMD} ${PREFIX}/bin/xtrojka
.include <bsd.port.mk>
|