80ee491886
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
24 lines
614 B
Makefile
24 lines
614 B
Makefile
# $NetBSD: Makefile,v 1.5 2002/09/10 16:06:41 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= gtkballs-3.0.1
|
|
PKGREVISION= 1
|
|
CATEGORIES= games
|
|
MASTER_SITES= ftp://ftp.antex.ru/pub/unix/dfo/gtkballs/ \
|
|
http://gtkballs.antex.ru/dist/
|
|
|
|
MAINTAINER= svs@ropnet.ru
|
|
HOMEPAGE= http://gtkballs.antex.ru/
|
|
COMMENT= GTK+ clone of "Color Lines"
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_BUILDLINK2= yes
|
|
USE_GMAKE= yes
|
|
CONFIGURE_ARGS+= --without-included-gettext
|
|
|
|
post-install:
|
|
${MV} ${PREFIX}/man/man6/gtkballs.6x ${PREFIX}/man/man6/gtkballs.6
|
|
|
|
.include "../../devel/gettext-lib/buildlink2.mk"
|
|
.include "../../x11/gtk2/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|