freebsd-ports/games/xtrojka/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

29 lines
513 B
Makefile

# 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>