blob: 0fcc2a32ee389a809db8f027e1c197c80e7a0e8a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# 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://www.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>
|