1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/games/wmtictactoe/Makefile
Peter Wemm 02c5b6c7c6 Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,
as the days of the former are numbered.

Reviewed by:	asami
2000-02-08 09:29:51 +00:00

27 lines
616 B
Makefile

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