2003-01-17 13:51:26 +00:00
|
|
|
# New ports collection makefile for: gfaim
|
|
|
|
# Date created: Monday 27 May 2002
|
|
|
|
# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gfaim
|
|
|
|
PORTVERSION= 0.30
|
2008-06-06 14:17:21 +00:00
|
|
|
PORTREVISION= 5
|
2005-11-10 03:48:30 +00:00
|
|
|
CATEGORIES= french
|
2007-12-18 18:41:43 +00:00
|
|
|
MASTER_SITES= http://freeperso.free.fr/ \
|
|
|
|
http://sheepkiller.nerim.net/ports/${PORTNAME}/ \
|
2003-09-09 12:41:33 +00:00
|
|
|
http://www.cultdeadsheep.org/FreeBSD/ports/download/distfiles/
|
2003-01-17 13:51:26 +00:00
|
|
|
|
2008-02-21 21:20:01 +00:00
|
|
|
MAINTAINER= gahr@FreeBSD.org
|
2003-02-21 12:06:51 +00:00
|
|
|
COMMENT= Gfaim est un logiciel de recherche de recettes de cuisine
|
2003-01-17 13:51:26 +00:00
|
|
|
|
|
|
|
USE_GNOME= gtk12
|
|
|
|
|
2003-01-17 22:02:25 +00:00
|
|
|
DATADIR?= ${PREFIX}/lib/gfaim
|
|
|
|
MAKE_ENV+= DATADIR=${DATADIR}
|
|
|
|
|
2004-02-07 16:52:15 +00:00
|
|
|
PLIST_FILES= bin/gfaim bin/imprec lib/gfaim/cuisine.dat \
|
|
|
|
lib/gfaim/cuisine.idx
|
|
|
|
PLIST_DIRS= lib/gfaim
|
|
|
|
PORTDOCS= legal.txt lisezmoi.txt
|
2004-04-06 08:51:40 +00:00
|
|
|
.if defined(NOPORTDOCS)
|
|
|
|
MAKE_ENV+= NOPORTDOCS=yes
|
|
|
|
.endif
|
2003-01-17 13:51:26 +00:00
|
|
|
|
2007-12-18 18:41:43 +00:00
|
|
|
.include <bsd.port.mk>
|