freebsd-ports/games/gtkabale/Makefile
Martin Wilke 9d9b90a419 Update MASTER_SITES
PR:		ports/97716
Submitted by:	miwi
Approved by:	krion (mentor)
2006-06-08 13:16:47 +00:00

32 lines
682 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://freebsd.unixfreunde.de/sources/
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"
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
CONFIGURE_ARGS+= --enable-nls
PLIST_SUB= NLS=""
.else
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB= NLS="@comment "
.endif
.include <bsd.port.mk>