1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/games/timeseal/Makefile
2006-03-29 17:25:48 +00:00

39 lines
792 B
Makefile

# 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= jylefort@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
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500000
PKGMESSAGE= pkg-message.aout
.endif
do-install:
${INSTALL_PROGRAM} ${_DISTDIR}/${_DISTFILES} ${PREFIX}/bin/timeseal
.if defined(PKGMESSAGE)
post-install:
@${CAT} ${PKGMESSAGE}
.endif
.include <bsd.port.post.mk>