2000-01-31 04:09:09 +00:00
|
|
|
# New ports collection makefile for: gtkabale
|
|
|
|
# Date created: 30 January 2000
|
|
|
|
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-14 06:53:26 +00:00
|
|
|
PORTNAME= gtkabale
|
|
|
|
PORTVERSION= 0.3
|
2000-01-31 04:09:09 +00:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= ftp://ftp.seindal.dk/pub/rene/
|
|
|
|
|
|
|
|
MAINTAINER= nakai@FreeBSD.org
|
|
|
|
|
2000-02-12 15:20:40 +00:00
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
|
|
|
|
gdk_imlib.5:${PORTSDIR}/graphics/imlib
|
2000-01-31 04:09:09 +00:00
|
|
|
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
GTK_CONFIG="${GTK_CONFIG}" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|