summaryrefslogtreecommitdiff
path: root/games/timeseal/Makefile
blob: 2c9c7b6dc2d367cfaa57cbe23b9f15dfc244e74b (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
31
32
33
# New ports collection makefile for:	timeseal
# Date created:				21 Feb 2006
# Whom:					Jean-Yves Lefort <jylefort@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	timeseal
PORTVERSION=	1.0
CATEGORIES=	games
MASTER_SITES=	${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	jylefort
DISTFILES=	timeseal.BSD386-1.0-i386
EXTRACT_ONLY=

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Account for network lag in FICS chess games

ONLY_FOR_ARCHS=	i386 amd64
NO_BUILD=	yes
STRIP=		# strip(1) does not support a.out binaries
PLIST_FILES=	bin/timeseal
PKGMESSAGE=	pkg-message.aout

do-install:
	${INSTALL_PROGRAM} ${_DISTDIR}/${_DISTFILES} ${PREFIX}/bin/timeseal

.if defined(PKGMESSAGE)
post-install:
	@${CAT} ${PKGMESSAGE}
.endif

.include <bsd.port.mk>