aboutsummaryrefslogtreecommitdiffstats
path: root/french/gfaim/Makefile
blob: 627297666be4b88832efcb2e35e05c5474a51a34 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# New ports collection makefile for:    gfaim
# Date created:     Monday 27 May 2002
# Whom:         Clement Laforet <sheepkiller@cultdeadsheep.org>
#
# $FreeBSD$
#

PORTNAME=   gfaim
PORTVERSION=    0.30
PORTREVISION=   5
CATEGORIES= french
MASTER_SITES=   http://freeperso.free.fr/ \
        http://sheepkiller.nerim.net/ports/${PORTNAME}/ \
        http://www.cultdeadsheep.org/FreeBSD/ports/download/distfiles/

MAINTAINER= gahr@FreeBSD.org
COMMENT=    Gfaim est un logiciel de recherche de recettes de cuisine

USE_GNOME=  gtk12

DATADIR?=   ${PREFIX}/lib/gfaim
MAKE_ENV+=  DATADIR=${DATADIR}

PLIST_FILES=    bin/gfaim bin/imprec lib/gfaim/cuisine.dat \
        lib/gfaim/cuisine.idx
PLIST_DIRS= lib/gfaim
PORTDOCS=   legal.txt lisezmoi.txt
.if defined(NOPORTDOCS)
MAKE_ENV+=  NOPORTDOCS=yes
.endif

.include <bsd.port.mk>