freebsd-ports/games/gtkabale/Makefile
Kris Kennaway b4fd0b8e38 Reset maintainer on ports owned by the following committers who have
been inactive for over 12 months and did not respond to my email confirming
their status: keith, nakai, torstenb

Reviewed by:	portmgr
2003-11-03 01:19:26 +00:00

22 lines
492 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
CATEGORIES= games
MASTER_SITES= ftp://ftp.seindal.dk/pub/rene/
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>