blob: d0dc4a8f6c84ffc775cb2fac067edb4fbe06e4ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: xkobo
# Version required: 1.3
# Date created: 18 Jul 1995
# Whom: jkh
#
# $Id: Makefile,v 1.6 1997/01/03 09:37:20 obrien Exp $
#
DISTNAME= xkobo-1.7
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB} \
ftp://ftp.uoknor.edu/mirrors/X/contrib/games/
MASTER_SITE_SUBDIR= games
MAINTAINER= jkh@FreeBSD.ORG
USE_IMAKE= yes
ALL_TARGET= xkobo
.include <bsd.port.mk>
|