View | Details | Raw Unified | Return to bug 175042
Collapse All | Expand All

(-)games/wmtictactoe/Makefile (-12 / +13 lines)
Lines 1-27 Link Here
1
# New ports collection makefile for:	wmtictactoe
1
# Created by: Jim Mock <jim@FreeBSD.org>
2
# Date created:			28 Apr 1999
3
# Whom:				Jim Mock <jim@FreeBSD.org>
4
#
5
# $FreeBSD: head/games/wmtictactoe/Makefile 300896 2012-07-14 13:54:48Z beat $
2
# $FreeBSD: head/games/wmtictactoe/Makefile 300896 2012-07-14 13:54:48Z beat $
6
#
7
3
8
PORTNAME=	wmtictactoe
4
PORTNAME=	wmtictactoe
9
PORTVERSION=	1.1
5
PORTVERSION=	1.1
10
PORTREVISION=	3
6
PORTREVISION=	3
11
CATEGORIES=	games windowmaker afterstep
7
CATEGORIES=	games windowmaker afterstep
12
MASTER_SITES=	${MASTER_SITE_LOCAL}
8
MASTER_SITES=	LOCAL/jim
13
MASTER_SITE_SUBDIR=	jim
9
DISTNAME=	${PORTNAME}-${PORTVERSION}-1
14
DISTNAME=	wmtictactoe-1.1-1
15
10
16
MAINTAINER=	ports@FreeBSD.org
11
MAINTAINER=	ports@FreeBSD.org
17
COMMENT=	A dockable TicTacToe game for WindowMaker and AfterStep
12
COMMENT=	Dockable TicTacToe game for WindowMaker and AfterStep
18
13
19
PLIST_FILES=	bin/wmtictactoe
20
USE_GMAKE=	yes
21
WRKSRC=		${WRKDIR}/wmtictactoe.app/wmtictactoe
14
WRKSRC=		${WRKDIR}/wmtictactoe.app/wmtictactoe
15
22
USE_XORG=	xpm
16
USE_XORG=	xpm
17
USE_GMAKE=	yes
18
19
PLIST_FILES=	bin/wmtictactoe
20
21
post-patch:
22
	@${REINPLACE_CMD} -e \
23
		's|^void .*main|int main|' ${WRKSRC}/wmtictactoe.c
23
24
24
post-install:
25
post-install:
25
	@${ECHO} "===>   Run 'wmtictactoe --help' for the available options"
26
	@${ECHO_MSG} "===>   Run 'wmtictactoe --help' for the available options"
26
27
27
.include <bsd.port.mk>
28
.include <bsd.port.mk>

Return to bug 175042