diff options
Diffstat (limited to 'games/gturing/Makefile')
-rw-r--r-- | games/gturing/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/games/gturing/Makefile b/games/gturing/Makefile index 861b61a0d069..f756eeaacd42 100644 --- a/games/gturing/Makefile +++ b/games/gturing/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: games/gturing -# Date created: 08 Jul 2002 -# Whom: Juan Salaverria <rael@vectorstar.net> -# +# Created by: Juan Salaverria <rael@vectorstar.net> # $FreeBSD$ -# PORTNAME= gturing PORTVERSION= 0.1.1 @@ -15,8 +11,7 @@ MAINTAINER= sylvio@FreeBSD.org COMMENT= Simple Turing machine simulator for GNOME 2 USE_GNOME= gnomeprefix gnomehack libgnomeui -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig USE_AUTOTOOLS= libtool CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include |