1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/games/wmtictactoe/Makefile
Steve Price d0f327b6c2 Initial import of wmtictactoe version 0.4.
A dockable TicTacToe game for WindowMaker and AfterStep.

PR:		11400
Submitted by:	Jim Mock <jim@phrantic.phear.net>
1999-05-03 04:31:15 +00:00

29 lines
714 B
Makefile

# New ports collection makefile for: wmtictactoe
# Version required: 0.4
# Date created: 28 Apr 1999
# Whom: Jim Mock <jim@phrantic.phear.net>
#
# $Id$
#
DISTNAME= wmtictactoe-0.4
CATEGORIES= games windowmaker afterstep
MASTER_SITES= http://atlas.ucpel.tche.br/~acamargo/
MAINTAINER= jim@phrantic.phear.net
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/wmtictactoe.app/wmtictactoe
USE_X_PREFIX= yes
post-install:
@${ECHO} " "
@${ECHO} "-------------------------------------------------------"
@${ECHO} "===> Run 'wmtictactoe --help' for the available options"
@${ECHO} "-------------------------------------------------------"
@${ECHO} " "
.include <bsd.port.mk>