freebsd-ports/games/gtkabale/Makefile
Ade Lovett fe279f0df8 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with:	kris
Approved by:	portmgr (implicit)
2006-03-07 08:28:06 +00:00

23 lines
521 B
Makefile

# New ports collection makefile for: gtkabale
# Date created: 30 January 2000
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gtkabale
PORTVERSION= 0.3
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://sf.gds.tuwien.ac.at/3/g/gt/gtkabale/
MAINTAINER= ports@FreeBSD.org
COMMENT= A lazy version of solitaire game
USE_X_PREFIX= yes
USE_GNOME= imlib
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>