freebsd-ports/french/gfaim/Makefile
Edwin Groothuis 2317c58b0d New port misc/gfaim
Gfaim is a GTK front-end to a receipts database (in french only)

PR:		ports/38638
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
2003-01-17 13:51:26 +00:00

22 lines
436 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
post-install:
${STRIP_CMD} ${PREFIX}/bin/gfaim
.include <bsd.port.mk>