aboutsummaryrefslogtreecommitdiffstats
path: root/french/gfaim/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'french/gfaim/Makefile')
-rw-r--r--french/gfaim/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/french/gfaim/Makefile b/french/gfaim/Makefile
new file mode 100644
index 000000000000..c93a8abd2121
--- /dev/null
+++ b/french/gfaim/Makefile
@@ -0,0 +1,22 @@
+# 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>