1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/french/gfaim/Makefile

39 lines
863 B
Makefile
Raw Normal View History

# 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= 3
CATEGORIES= french
MASTER_SITES= http://sheepkiller.nerim.net/ports/${PORTNAME}/ \
http://www.cultdeadsheep.org/FreeBSD/ports/download/distfiles/
MAINTAINER= ports@FreeBSD.org
2003-02-21 12:06:51 +00:00
COMMENT= Gfaim est un logiciel de recherche de recettes de cuisine
2004-04-10 17:26:55 +00:00
USE_X_PREFIX= yes
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
2004-04-06 08:51:40 +00:00
.if defined(NOPORTDOCS)
MAKE_ENV+= NOPORTDOCS=yes
.endif
2007-05-27 03:03:31 +00:00
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
BROKEN= Broken with gcc 4.2
.endif
.include <bsd.port.post.mk>