diff options
author | reg <reg@FreeBSD.org> | 2000-10-05 15:10:50 +0800 |
---|---|---|
committer | reg <reg@FreeBSD.org> | 2000-10-05 15:10:50 +0800 |
commit | 30fb8569371544b140cbfbe9d8d545a551b7a815 (patch) | |
tree | cf43db91e2cefcf20de68716f427d533c59601f6 /games/gnomechess/Makefile | |
parent | cea38f8422a3eeac06b3ce4a5828580a5812d2cc (diff) | |
download | freebsd-ports-gnome-30fb8569371544b140cbfbe9d8d545a551b7a815.tar.gz freebsd-ports-gnome-30fb8569371544b140cbfbe9d8d545a551b7a815.tar.zst freebsd-ports-gnome-30fb8569371544b140cbfbe9d8d545a551b7a815.zip |
Implement USE_GNOME, part 1.
Diffstat (limited to 'games/gnomechess/Makefile')
-rw-r--r-- | games/gnomechess/Makefile | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/games/gnomechess/Makefile b/games/gnomechess/Makefile index 6d7c82228e83..1bf721b63f69 100644 --- a/games/gnomechess/Makefile +++ b/games/gnomechess/Makefile @@ -14,22 +14,14 @@ DISTNAME= gnome-chess-${PORTVERSION} MAINTAINER= reg@FreeBSD.org -LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext -BUILD_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \ - crafty:${PORTSDIR}/games/crafty -RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \ - crafty:${PORTSDIR}/games/crafty - -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config +BUILD_DEPENDS= crafty:${PORTSDIR}/games/crafty +RUN_DEPENDS= crafty:${PORTSDIR}/games/crafty USE_X_PREFIX= yes USE_GMAKE= yes +USE_GNOME= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ - --datadir=${PREFIX}/share/gnome \ - --with-gnome=${PREFIX} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" .include <bsd.port.mk> |