diff options
Diffstat (limited to 'games/freedoko')
-rw-r--r-- | games/freedoko/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/games/freedoko/Makefile b/games/freedoko/Makefile index 1df6fd63e163..57a4a46e2ba0 100644 --- a/games/freedoko/Makefile +++ b/games/freedoko/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: FreeDoko -# Date created: 02 Jun 2004 -# Whom: Thomas Gellekum <tg@FreeBSD.org> -# +# Created by: Thomas Gellekum <tg@FreeBSD.org> # $FreeBSD$ -# PORTNAME= freedoko PORTVERSION= 0.7.11 @@ -24,7 +20,7 @@ LIB_DEPENDS= gnet-2.0.0:${PORTSDIR}/net/gnet2 \ WRKSRC= ${WRKDIR}/${DISTNAME:C/\.src$//}/src USE_ZIP= yes -USE_GMAKE= yes +USES= gmake pkgconfig MAKE_ENV= OS="${OPSYS}" DATADIR="${DATADIR}" DOCSDIR="${DOCSDIR}" post-patch: |