1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00
Martin Wilke c4c8f4be45 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-23 11:11:33 +00:00

24 lines
450 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
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games
MAINTAINER= tg@FreeBSD.org
COMMENT= A Motif minesweeper game
USE_XORG= xpm
WRKSRC= ${WRKDIR}/xminehunter
USE_MOTIF= yes
ALL_TARGET= xminehunter
.include <bsd.port.mk>