60ee3e9d02
While here: Trim headers Remove indefinite articles Mark as broken ports not building with gcc or clang Convert to optionsng
20 lines
425 B
Makefile
20 lines
425 B
Makefile
# Created by: 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
|
|
|
|
USES= imake
|
|
USE_XORG= xpm
|
|
MAN1= xdemineur.1
|
|
PLIST_FILES= bin/xdemineur
|
|
|
|
.include <bsd.port.mk>
|