1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/french/gfaim/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

33 lines
777 B
Makefile

# 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>