2e59490083
comment where sources have changed/no longer exist See port status web page (to be updated real-soon-now) for details
20 lines
391 B
Makefile
20 lines
391 B
Makefile
# $OpenBSD: Makefile,v 1.3 1998/11/09 01:49:59 marc Exp $
|
|
#
|
|
|
|
DISTNAME= xkobo-1.11
|
|
CATEGORIES= games
|
|
|
|
MAINTAINER= espie@openbsd.org
|
|
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB} \
|
|
ftp://ftp.uoknor.edu/mirrors/X/contrib/games/
|
|
MASTER_SITE_SUBDIR= games
|
|
|
|
USE_IMAKE= yes
|
|
ALL_TARGET= xkobo
|
|
|
|
post-install:
|
|
@${INSTALL_MAN} ${WRKSRC}/xkobo.man ${PREFIX}/man/man1/xkobo.1
|
|
|
|
.include <bsd.port.mk>
|