19 lines
312 B
Makefile
19 lines
312 B
Makefile
# $OpenBSD: Makefile,v 1.4 1999/03/12 19:22:55 marc Exp $
|
|
#
|
|
|
|
DISTNAME= xminehunter-0.4
|
|
CATEGORIES= games
|
|
|
|
MAINTAINER= angelos@openbsd.org
|
|
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= games
|
|
|
|
USE_X11= yes
|
|
USE_MOTIF= yes
|
|
|
|
WRKSRC= ${WRKDIR}/xminehunter
|
|
ALL_TARGET= xminehunter
|
|
|
|
.include <bsd.port.mk>
|