1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/games/wmtictactoe/Makefile

27 lines
603 B
Makefile
Raw Normal View History

# New ports collection makefile for: wmtictactoe
# Date created: 28 Apr 1999
1999-08-14 09:49:09 +00:00
# Whom: Jim Mock <jim@FreeBSD.org>
#
1999-08-25 06:06:33 +00:00
# $FreeBSD$
#
PORTNAME= wmtictactoe
PORTVERSION= 1.1
CATEGORIES= games windowmaker afterstep
1999-09-08 09:18:21 +00:00
MASTER_SITES= http://atlas.ucpel.tche.br/~acamargo/ \
http://people.FreeBSD.org/~jim/distfiles/
DISTNAME= wmtictactoe-1.1-1
1999-08-14 09:49:09 +00:00
MAINTAINER= jim@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/wmtictactoe.app/wmtictactoe
USE_X_PREFIX= yes
post-install:
1999-09-08 09:18:21 +00:00
@${ECHO} "===> Run 'wmtictactoe --help' for the available options"
.include <bsd.port.mk>