mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
25 lines
503 B
Makefile
25 lines
503 B
Makefile
# New ports collection makefile for: xdemineur
|
|
# Date created: 13 Feb 1998
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xdemineur
|
|
PORTVERSION= 2.1.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB} \
|
|
http://www.babafou.eu.org/xdemineur/
|
|
MASTER_SITE_SUBDIR= games
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Another minesweeper game for the X Window System
|
|
|
|
USE_IMAKE= yes
|
|
USE_XORG= xpm
|
|
MAN1= xdemineur.1
|
|
PLIST_FILES= bin/xdemineur
|
|
|
|
.include <bsd.port.mk>
|