mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
c98cfd116d
PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
22 lines
458 B
Makefile
22 lines
458 B
Makefile
# New ports collection makefile for: xmine
|
|
# Version required: 1.0.3 / Athena
|
|
# Date created: 25 December 1994
|
|
# Whom: joerg
|
|
#
|
|
# $Id: Makefile,v 1.10 1996/11/18 11:26:03 asami Exp $
|
|
#
|
|
|
|
DISTNAME= xmine-1.0.3-Xaw
|
|
PKGNAME= xmine-1.0.3
|
|
CATEGORIES= games
|
|
MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/
|
|
|
|
MAINTAINER= joerg@FreeBSD.org
|
|
|
|
LIB_DEPENDS= Xaw3d\\.:${PORTSDIR}/x11/Xaw3d
|
|
|
|
USE_IMAKE= yes
|
|
MAN1= xmine.1
|
|
|
|
.include <bsd.port.mk>
|