blob: e1324814f26b9ed7ffb6a07a446ef0c141c5f7cb (
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
|
# New ports collection makefile for: znibbles
# Date created: 21 Aug 1999
# Whom: Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= znibbles
PORTVERSION= 0.0.7
PORTREVISION= 5
CATEGORIES= games
MASTER_SITES= http://koala.ilog.fr/ftp/pub/games/znibbles/
MAINTAINER= ports@FreeBSD.org
COMMENT= A multi-player networked nibbles game
DEPRECATED= No more public distfiles
EXPIRATION_DATE= 2011-09-01
USE_MOTIF= yes
USE_GNOME= gtk12
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-motif \
--disable-motif
MAN6= nibbles.6 znibbles.6 gznibbles.6 znibblesX.6
.include <bsd.port.mk>
|