2e59490083
comment where sources have changed/no longer exist See port status web page (to be updated real-soon-now) for details
19 lines
340 B
Makefile
19 lines
340 B
Makefile
# $OpenBSD: Makefile,v 1.3 1998/11/09 01:49:59 marc Exp $
|
|
#
|
|
|
|
DISTNAME= xminehunter-0.4
|
|
CATEGORIES= games
|
|
|
|
MAINTAINER= angelos@openbsd.org
|
|
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= games
|
|
|
|
LIB_DEPENDS= Xm.1.:${PORTSDIR}/x11/lesstif
|
|
|
|
USE_X11= yes
|
|
WRKSRC= ${WRKDIR}/xminehunter
|
|
ALL_TARGET= xminehunter
|
|
|
|
.include <bsd.port.mk>
|