blob: a4625871a00e07e895dad02ba512c9477e234251 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: xmine
# Version required: 1.0.3 / Athena
# Date created: 25 December 1994
# Whom: joerg
#
# $Id: Makefile,v 1.14 1998/08/07 23:56:23 asami Exp $
#
DISTNAME= xmine-1.0.3-Xaw
PKGNAME= xmine-1.0.3
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= joerg@FreeBSD.org
LIB_DEPENDS= Xaw3d\\.:${PORTSDIR}/x11-toolkits/Xaw3d
USE_IMAKE= yes
MAN6= xmine.6
MANCOMPRESSED= no
.include <bsd.port.mk>
|