freebsd-ports/games/netris/Makefile

30 lines
702 B
Makefile
Raw Normal View History

# New ports collection makefile for: netris
# Date created: 1 August 1996
# Whom: desmo
#
1999-08-25 08:06:33 +02:00
# $FreeBSD$
#
PORTNAME= netris
PORTVERSION= 0.52
CATEGORIES= games ipv6
MASTER_SITES= ftp://ftp.netris.org/pub/netris/
PATCH_SITES= http://debian.lcs.mit.edu/pub/usagi/ftp.v6.linux.or.jp/IPv6-2/netris/
PATCHFILES= netris-0.5-v6-19991206a.diff.gz
PATCH_DIST_STRIP= -p1
MAINTAINER= gavin.atkinson@ury.york.ac.uk
COMMENT= A network head to head version of T*tris
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= Configure
CONFIGURE_ARGS= --cc '${CC}' --copt '${CFLAGS}'
CONFIGURE_ARGS+= --enable-ipv6
2007-10-04 01:04:44 +02:00
MAN1= netris.1
post-install:
${INSTALL_MAN} ${FILESDIR}/netris.1 ${PREFIX}/man/man1
2007-10-04 01:04:44 +02:00
.include <bsd.port.mk>