diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-11 17:17:35 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-11 17:17:35 +0000 |
commit | 251f4ca6f14914170f3b0d23731bb82c39775a4a (patch) | |
tree | 1a0c82510e2ad579641a51eadbef715702daac7a /games/gtkballs | |
parent | 2c59cf34e76e83163267dcd971e9939e4bbaab41 (diff) | |
download | ports-251f4ca6f14914170f3b0d23731bb82c39775a4a.tar.gz ports-251f4ca6f14914170f3b0d23731bb82c39775a4a.zip |
Notes
Diffstat (limited to 'games/gtkballs')
-rw-r--r-- | games/gtkballs/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/games/gtkballs/Makefile b/games/gtkballs/Makefile index 77aa362c279b..9e30272ff384 100644 --- a/games/gtkballs/Makefile +++ b/games/gtkballs/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gtkballs -# Date created: 11 November 1998 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= gtkballs PORTVERSION= 3.1.5 @@ -14,9 +10,8 @@ MASTER_SITES= http://gtkballs.antex.ru/dist/ MAINTAINER= ports@FreeBSD.org COMMENT= Lines-like simple logic game for X Window System -USES= gettext +USES= gettext gmake pkgconfig USE_GNOME= gtk20 -USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |