freebsd-ports/games/xtrojka/Makefile
Sergey A. Osokin f37f7775e3 Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
PR:		56998
2003-09-24 09:37:11 +00:00

28 lines
497 B
Makefile

# New ports collection makefile for: xtrojka
# Date created: 22 march 2000
# Whom: Edwin Mons
#
# $FreeBSD$
#
PORTNAME= xtrojka
PORTVERSION= 1.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>