diff options
author | nakai <nakai@FreeBSD.org> | 2000-02-12 22:47:49 +0800 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 2000-02-12 22:47:49 +0800 |
commit | 42dc177aac72437fa5daf00daa01cd3118fce988 (patch) | |
tree | 793d09244d55a1214013bcf13aca43797723e60a /games/atomix | |
parent | ce592b97129674e0d3955c371229dbdfcae50cde (diff) | |
download | freebsd-ports-gnome-42dc177aac72437fa5daf00daa01cd3118fce988.tar.gz freebsd-ports-gnome-42dc177aac72437fa5daf00daa01cd3118fce988.tar.zst freebsd-ports-gnome-42dc177aac72437fa5daf00daa01cd3118fce988.zip |
DEPEND fix.
Submitted by: Tsuguru Kato <tkato@prontmail.ne.jp>
Diffstat (limited to 'games/atomix')
-rw-r--r-- | games/atomix/Makefile | 3 | ||||
-rw-r--r-- | games/atomix/pkg-descr | 2 | ||||
-rw-r--r-- | games/atomix/pkg-plist | 1 |
3 files changed, 6 insertions, 0 deletions
diff --git a/games/atomix/Makefile b/games/atomix/Makefile index 4fc0eb81f53a..c8c6c6e2d830 100644 --- a/games/atomix/Makefile +++ b/games/atomix/Makefile @@ -13,6 +13,9 @@ MASTER_SITES= http://www.informatik.uni-oldenburg.de/~pearl/download/ MAINTAINER= nakai@FreeBSD.org +LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs \ + xml.5:${PORTSDIR}/textproc/libxml + GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes diff --git a/games/atomix/pkg-descr b/games/atomix/pkg-descr index 6a1f10bb47dc..b8ce461e8769 100644 --- a/games/atomix/pkg-descr +++ b/games/atomix/pkg-descr @@ -1 +1,3 @@ a yet another little mind game + +WWW: http://www.informatik.uni-oldenburg.de/~pearl/gnome/atomix.html diff --git a/games/atomix/pkg-plist b/games/atomix/pkg-plist index a237ff81c689..8d85903a4677 100644 --- a/games/atomix/pkg-plist +++ b/games/atomix/pkg-plist @@ -50,6 +50,7 @@ share/gnome/atomix/themes/katomic/wall-2.png share/gnome/atomix/themes/katomic/wall-3.png share/gnome/atomix/themes/katomic/wall-4.png share/gnome/games/atomix.scores +@exec mkdir -p %D/share/gnome/pixmaps/atomix @dirrm share/gnome/atomix/levels @dirrm share/gnome/atomix/themes/fabian @dirrm share/gnome/atomix/themes/katomic |