mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
a330b821bb
- Remove a non-ascii character from pkg-descr
21 lines
434 B
Makefile
21 lines
434 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
|
|
PLIST_FILES= bin/xdemineur \
|
|
man/man1/xdemineur.1.gz
|
|
|
|
.include <bsd.port.mk>
|