1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/games/xtrojka/Makefile
Florent Thoumie 340b57f8be - Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
2009-01-23 16:28:36 +00:00

30 lines
527 B
Makefile

# New ports collection makefile for: xtrojka
# Date created: 22 march 2000
# Whom: Edwin Mons
#
# $FreeBSD$
#
PORTNAME= xtrojka
PORTVERSION= 1.1
PORTREVISION= 3
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
USE_XORG= x11 xt xproto xaw
WRKSRC= ${WRKDIR}
MAN6= xtrojka.6
MANCOMPRESSED= yes
pre-install:
${MKDIR} ${PREFIX}/share/xtrojka
post-install:
${STRIP_CMD} ${PREFIX}/bin/xtrojka
.include <bsd.port.mk>