diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 06:55:28 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 06:55:28 +0000 |
commit | 1679a3f535999d7959d45dfc6a5809c8e1ddf919 (patch) | |
tree | 865049fa69fc6341fbf7ffd3001ed8d78e56cfee /games/xminehunter | |
parent | 4ab73fde6eb5fc46fecfc39aec07fdcefbeff324 (diff) |
Notes
Diffstat (limited to 'games/xminehunter')
-rw-r--r-- | games/xminehunter/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/games/xminehunter/Makefile b/games/xminehunter/Makefile index 9e36449a8b66..25eb38fd0f8b 100644 --- a/games/xminehunter/Makefile +++ b/games/xminehunter/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xminehunter -# Date created: 09 January 1997 -# Whom: Thomas Gellekum <tg@FreeBSD.org> -# +# Created by: Thomas Gellekum <tg@FreeBSD.org> # $FreeBSD$ -# PORTNAME= xminehunter PORTVERSION= 0.4 @@ -13,11 +9,11 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= games MAINTAINER= ports@FreeBSD.org -COMMENT= A Motif minesweeper game +COMMENT= Motif minesweeper game +USES= motif USE_XORG= xpm WRKSRC= ${WRKDIR}/xminehunter -USE_MOTIF= yes ALL_TARGET= xminehunter .include <bsd.port.mk> |