mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
7e52725f2a
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
24 lines
451 B
Makefile
24 lines
451 B
Makefile
# New ports collection makefile for: xminehunter
|
|
# Date created: 09 January 1997
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xminehunter
|
|
PORTVERSION= 0.4
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= games
|
|
|
|
MAINTAINER= tg@FreeBSD.org
|
|
COMMENT= A Motif minesweeper game
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_XPM= yes
|
|
WRKSRC= ${WRKDIR}/xminehunter
|
|
USE_MOTIF= yes
|
|
ALL_TARGET= xminehunter
|
|
|
|
.include <bsd.port.mk>
|