freebsd-ports/games/wmtictactoe/Makefile

27 lines
616 B
Makefile
Raw Normal View History

# New ports collection makefile for: wmtictactoe
1999-09-08 05:18:21 -04:00
# Version required: 1.1-1
# Date created: 28 Apr 1999
1999-08-14 05:49:09 -04:00
# Whom: Jim Mock <jim@FreeBSD.org>
#
1999-08-25 02:06:33 -04:00
# $FreeBSD$
#
1999-09-08 05:18:21 -04:00
DISTNAME= wmtictactoe-1.1-1
PKGNAME= wmtictactoe-1.1
CATEGORIES= games windowmaker afterstep
1999-09-08 05:18:21 -04:00
MASTER_SITES= http://atlas.ucpel.tche.br/~acamargo/ \
http://people.FreeBSD.org/~jim/distfiles/
1999-08-14 05:49:09 -04: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 05:18:21 -04:00
@${ECHO} "===> Run 'wmtictactoe --help' for the available options"
.include <bsd.port.mk>