mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
4882d68955
- kill pkg-plist - SIZEify distinfo
33 lines
764 B
Makefile
33 lines
764 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= 1
|
|
CATEGORIES= french misc
|
|
MASTER_SITES= http://sheepkiller.nerim.net/ports/${PORTNAME}/ \
|
|
http://www.cultdeadsheep.org/FreeBSD/ports/download/distfiles/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Gfaim est un logiciel de recherche de recettes de cuisine
|
|
|
|
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
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${PREFIX}/bin/gfaim
|
|
|
|
.include <bsd.port.mk>
|