18 lines
354 B
Makefile
18 lines
354 B
Makefile
|
# OpenBSD makefile for: xevil
|
||
|
# Version required: 1.5
|
||
|
# Date created: 19 May 1998
|
||
|
# Whom: Angelos D. Keromytis
|
||
|
#
|
||
|
|
||
|
PKGNAME= xevil-1.5
|
||
|
CATEGORIES= games
|
||
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
||
|
MASTER_SITE_SUBDIR= games/xevil1.5
|
||
|
DISTFILES= xevil1.5.tar.Z
|
||
|
|
||
|
MAINTAINER= angelos@openbsd.org
|
||
|
|
||
|
NO_WRKSUBDIR= yes
|
||
|
|
||
|
.include <bsd.port.mk>
|