diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-22 10:26:02 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-22 10:26:02 +0000 |
commit | f21f7d274508214959b66eef545730f5f5babfe6 (patch) | |
tree | e5ea35bc623b953c16802daf2b265d5d314ebd3d /games/gnmm | |
parent | 750f9ffb2174b88a135f4d1a4f29d104c0f94e7f (diff) | |
download | ports-f21f7d274508214959b66eef545730f5f5babfe6.tar.gz ports-f21f7d274508214959b66eef545730f5f5babfe6.zip |
Notes
Diffstat (limited to 'games/gnmm')
-rw-r--r-- | games/gnmm/Makefile | 6 | ||||
-rw-r--r-- | games/gnmm/pkg-plist | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/games/gnmm/Makefile b/games/gnmm/Makefile index 6fc045f9a13c..02ea2851a746 100644 --- a/games/gnmm/Makefile +++ b/games/gnmm/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnmm PORTVERSION= 0.1.2 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,11 +17,14 @@ DIST_SUBDIR= gnome MAINTAINER= barner@gmx.de COMMENT= A "nine mens' morris" implementation for the GNOME Desktop Environment +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \ + iconv.3:${PORTSDIR}/converters/libiconv + USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnomelibs gdkpixbuf GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-included-gettext +CONFIGURE_ARGS= "--with-libiconv-prefix=${LOCALBASE}" .include <bsd.port.mk> diff --git a/games/gnmm/pkg-plist b/games/gnmm/pkg-plist index 5c4c7d0e298b..539d1e8707f8 100644 --- a/games/gnmm/pkg-plist +++ b/games/gnmm/pkg-plist @@ -1,9 +1,7 @@ bin/gnmm -share/locale/de/LC_MESSAGES/gnmm.mo -share/locale/locale.alias +share/gnome/apps/Games/gnmm.desktop share/gnome/pixmaps/gnmm-logo.png share/gnome/pixmaps/gnmm/board.png share/gnome/pixmaps/gnmm/pieces.png -share/gnome/apps/Games/gnmm.desktop -lib/charset.alias +share/locale/de/LC_MESSAGES/gnmm.mo @dirrm share/gnome/pixmaps/gnmm |