2317c58b0d
Gfaim is a GTK front-end to a receipts database (in french only) PR: ports/38638 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
22 lines
436 B
Makefile
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>
|