mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
24 lines
507 B
Makefile
24 lines
507 B
Makefile
# New ports collection makefile for: xminehunter
|
|
# Version required: 0.4
|
|
# Date created: 09 January 1997
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
|
|
#
|
|
# $Id: Makefile,v 1.3 1997/02/13 10:21:24 asami Exp $
|
|
#
|
|
|
|
DISTNAME= xminehunter-0.4
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= games
|
|
|
|
MAINTAINER= tg@FreeBSD.ORG
|
|
|
|
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
|
|
|
|
USE_X11= yes
|
|
WRKSRC= ${WRKDIR}/xminehunter
|
|
REQUIRES_MOTIF= yes
|
|
ALL_TARGET= xminehunter
|
|
|
|
.include <bsd.port.mk>
|