2971a93e52
strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles.
27 lines
603 B
Makefile
27 lines
603 B
Makefile
# New ports collection makefile for: wmtictactoe
|
|
# Date created: 28 Apr 1999
|
|
# Whom: Jim Mock <jim@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wmtictactoe
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= games windowmaker afterstep
|
|
MASTER_SITES= http://atlas.ucpel.tche.br/~acamargo/ \
|
|
http://people.FreeBSD.org/~jim/distfiles/
|
|
DISTNAME= wmtictactoe-1.1-1
|
|
|
|
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>
|