diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 21:48:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 21:48:59 +0000 |
commit | 60ee3e9d02f6e650fac9c9818fc4e99a2b2908ff (patch) | |
tree | 8d6ee945d0d1a6cf84e020a9a9014b8680d367eb /games/awele | |
parent | 61f946e7e275076aae4e3ca1b700a5224bea3754 (diff) |
Notes
Diffstat (limited to 'games/awele')
-rw-r--r-- | games/awele/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/games/awele/Makefile b/games/awele/Makefile index 0e580dd4d41f..77a85b55aff2 100644 --- a/games/awele/Makefile +++ b/games/awele/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: awele -# Date created: 01 May 1998 -# Whom: Thomas Gellekum <tg@FreeBSD.org> -# +# Created by: Thomas Gellekum <tg@FreeBSD.org> # $FreeBSD$ -# PORTNAME= awele PORTVERSION= 1.0 @@ -14,12 +10,12 @@ DISTNAME= ${PORTNAME}${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -COMMENT= An african board game +COMMENT= African board game WRKSRC= ${WRKDIR}/${PORTNAME} +USES= imake USE_XORG= x11 -USE_IMAKE= yes USE_TCL_BUILD= yes USE_TK_BUILD= yes USE_TCL= yes |