mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
1da2538662
- Fix build with gcc 4.2 - Pass maintainership to submitter PR: 118794 Submitted by: Pietro Cerutti <gahr@gahr.ch>
34 lines
787 B
Makefile
34 lines
787 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= 3
|
|
CATEGORIES= french
|
|
MASTER_SITES= http://freeperso.free.fr/ \
|
|
http://sheepkiller.nerim.net/ports/${PORTNAME}/ \
|
|
http://www.cultdeadsheep.org/FreeBSD/ports/download/distfiles/
|
|
|
|
MAINTAINER= gahr@gahr.ch
|
|
COMMENT= Gfaim est un logiciel de recherche de recettes de cuisine
|
|
|
|
USE_XLIB= 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
|
|
.if defined(NOPORTDOCS)
|
|
MAKE_ENV+= NOPORTDOCS=yes
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|