freebsd-ports/french/gfaim/Makefile
Edwin Groothuis 30616df4a5 maintainer update: fix path to database
$(DATABASE) is not set at compile time.

PR:		ports/47165
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
2003-01-17 22:02:25 +00:00

25 lines
497 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
CATEGORIES= french misc
MASTER_SITES= http://perso.club-internet.fr/lchretie/
MAINTAINER= sheepkiller@cultdeadsheep.org
USE_X_PREFIX= yes
USE_GNOMENG= yes
USE_GNOME= gtk12
DATADIR?= ${PREFIX}/lib/gfaim
MAKE_ENV+= DATADIR=${DATADIR}
post-install:
${STRIP_CMD} ${PREFIX}/bin/gfaim
.include <bsd.port.mk>