summaryrefslogtreecommitdiff
path: root/french/gfaim
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-01-17 13:51:26 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-01-17 13:51:26 +0000
commit2317c58b0d38dcd866204d047a0a484ffd363328 (patch)
tree3607ac9bafb6cb976acb9b510f2e30f3e50e995c /french/gfaim
parentNew port: net/nrpep (diff)
New port misc/gfaim
Gfaim is a GTK front-end to a receipts database (in french only) PR: ports/38638 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Notes
Notes: svn path=/head/; revision=73353
Diffstat (limited to 'french/gfaim')
-rw-r--r--french/gfaim/Makefile22
-rw-r--r--french/gfaim/distinfo1
-rw-r--r--french/gfaim/files/patch-Makefile29
-rw-r--r--french/gfaim/pkg-comment1
-rw-r--r--french/gfaim/pkg-descr6
-rw-r--r--french/gfaim/pkg-plist8
6 files changed, 67 insertions, 0 deletions
diff --git a/french/gfaim/Makefile b/french/gfaim/Makefile
new file mode 100644
index 000000000000..c93a8abd2121
--- /dev/null
+++ b/french/gfaim/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: gfaim
+# Date created: Monday 27 May 2002
+# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gfaim
+PORTVERSION= 0.30
+CATEGORIES= french misc
+MASTER_SITES= http://perso.club-internet.fr/lchretie/
+
+MAINTAINER= sheepkiller@cultdeadsheep.org
+
+USE_X_PREFIX= yes
+USE_GNOMENG= yes
+USE_GNOME= gtk12
+
+post-install:
+ ${STRIP_CMD} ${PREFIX}/bin/gfaim
+
+.include <bsd.port.mk>
diff --git a/french/gfaim/distinfo b/french/gfaim/distinfo
new file mode 100644
index 000000000000..323199fc0fc3
--- /dev/null
+++ b/french/gfaim/distinfo
@@ -0,0 +1 @@
+MD5 (gfaim-0.30.tar.gz) = 370819d64c79f5be7aa1465d4578e17a
diff --git a/french/gfaim/files/patch-Makefile b/french/gfaim/files/patch-Makefile
new file mode 100644
index 000000000000..20d22cb4cfef
--- /dev/null
+++ b/french/gfaim/files/patch-Makefile
@@ -0,0 +1,29 @@
+--- Makefile.orig Tue Nov 21 03:35:22 2000
++++ Makefile Fri Jan 17 03:26:00 2003
+@@ -1,18 +1,15 @@
+-CC=gcc
+-DATADIR=/usr/lib/gfaim
+
+-gfaim: gfaim.c
+- $(CC) -DDATADIR="\"$(DATADIR)\"" `gtk-config --cflags` gfaim.c -o gfaim `gtk-config --libs`
++all: gfaim.c
++ $(CC) -DDATADIR="\"$(DATADIR)\"" `gtk12-config --cflags` gfaim.c -o gfaim `gtk12-config --libs`
+
+ clean:
+ rm -f *.o gfaim
+
+ install:
+- install -g bin -m 755 gfaim /usr/bin
+- install -g bin -m 755 imprec /usr/bin
+- install -d $(DATADIR)
+- install *.dat *.idx -m 644 $(DATADIR)
+- install *.txt /usr/doc/gfaim
+-
+-
++ install -g bin -m 755 gfaim $(PREFIX)/bin
++ install -g bin -m 755 imprec $(PREFIX)/bin
++ install -d $(PREFIX)/lib/gfaim
++ install -m 644 *.dat *.idx $(PREFIX)/lib/gfaim
++ install -d $(PREFIX)/share/doc/gfaim
++ install *.txt $(PREFIX)/share/doc/gfaim
+
diff --git a/french/gfaim/pkg-comment b/french/gfaim/pkg-comment
new file mode 100644
index 000000000000..2ffd0b7096a9
--- /dev/null
+++ b/french/gfaim/pkg-comment
@@ -0,0 +1 @@
+Gfaim est un logiciel de recherche de recettes de cuisine
diff --git a/french/gfaim/pkg-descr b/french/gfaim/pkg-descr
new file mode 100644
index 000000000000..bfd808f38100
--- /dev/null
+++ b/french/gfaim/pkg-descr
@@ -0,0 +1,6 @@
+Gfaim est un logiciel de recherche de recettes de cuisine.
+Un grand merci ŕ Alexandre PUKALL pour son autorisation d'utiliser
+sa base de recettes, il faut préciser que si Gfaim est sous licence GPL,
+la base de recettes est en freeware (lire legal.txt pour plus de details).
+
+WWW: http://perso.club-internet.fr/lchretie/gfaim.html
diff --git a/french/gfaim/pkg-plist b/french/gfaim/pkg-plist
new file mode 100644
index 000000000000..c1f919ca6531
--- /dev/null
+++ b/french/gfaim/pkg-plist
@@ -0,0 +1,8 @@
+bin/gfaim
+bin/imprec
+lib/gfaim/cuisine.dat
+lib/gfaim/cuisine.idx
+share/doc/gfaim/legal.txt
+share/doc/gfaim/lisezmoi.txt
+@dirrm lib/gfaim
+@dirrm share/doc/gfaim