From 82b30e8e7a8661eeba165de0c665eb94f49c5fa6 Mon Sep 17 00:00:00 2001 From: edwin Date: Fri, 17 Jan 2003 13:51:26 +0000 Subject: New port misc/gfaim Gfaim is a GTK front-end to a receipts database (in french only) PR: ports/38638 Submitted by: Clement Laforet --- french/gfaim/Makefile | 22 ++++++++++++++++++++++ french/gfaim/distinfo | 1 + french/gfaim/files/patch-Makefile | 29 +++++++++++++++++++++++++++++ french/gfaim/pkg-comment | 1 + french/gfaim/pkg-descr | 6 ++++++ french/gfaim/pkg-plist | 8 ++++++++ 6 files changed, 67 insertions(+) create mode 100644 french/gfaim/Makefile create mode 100644 french/gfaim/distinfo create mode 100644 french/gfaim/files/patch-Makefile create mode 100644 french/gfaim/pkg-comment create mode 100644 french/gfaim/pkg-descr create mode 100644 french/gfaim/pkg-plist (limited to 'french/gfaim') 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 +# +# $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 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 -- cgit