19 lines
428 B
Makefile
19 lines
428 B
Makefile
# OpenBSD makefile for: xkobo
|
|
# Version required: 1.11
|
|
# Date created: May 19 1998
|
|
# Whom: Angelos D. Keromytis
|
|
#
|
|
# $OpenBSD: Makefile,v 1.1.1.1 1998/05/19 23:16:40 angelos Exp $
|
|
#
|
|
|
|
DISTNAME= xkobo-1.11
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB} \
|
|
ftp://ftp.uoknor.edu/mirrors/X/contrib/games/
|
|
MASTER_SITE_SUBDIR= games
|
|
|
|
USE_IMAKE= yes
|
|
ALL_TARGET= xkobo
|
|
|
|
.include <bsd.port.mk>
|