aboutsummaryrefslogtreecommitdiffstats
path: root/games/xmille/Makefile
blob: 46cdd01625ddf4b4bbf8a33ff2cb52a007e961d5 (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
27
28
29
30
# New ports collection makefile for:    xmille
# Date created:         30 Dec 1994
# Whom:                 swallace
#
# $FreeBSD$
#

PORTNAME=   xmille
PORTVERSION=    2.0
PORTREVISION=   3
CATEGORIES= games
MASTER_SITES=   ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games
DISTNAME=   ${PORTNAME}

MAINTAINER= ports@FreeBSD.org
COMMENT=    X window mille bourne game

WRKSRC=     ${WRKDIR}/Mille

USE_IMAKE=  yes
USE_XORG=   x11 xext
MAN1=       xmille.1
PLIST_FILES=    bin/xmille
MAKE_JOBS_UNSAFE=   yes

post-extract:
    @${FIND} ${WRKSRC} -name '*.[ao]' -delete

.include <bsd.port.mk>