summaryrefslogtreecommitdiff
path: root/net-im/gaim/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-04-19 00:15:51 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-04-19 00:15:51 +0000
commit11a39ceff03ee1dc76e713e101bf2288a2e22b1c (patch)
tree69052b1cd13bf1c580bf96844e4e21c5b1e22f11 /net-im/gaim/Makefile
parentUpgrade to beav-1.40.13 (diff)
the GTK+ AOL Instant Messenger
PR: 10976 Submitted by: Jim Mock jim@corp.au.triax.com
Notes
Notes: svn path=/head/; revision=17986
Diffstat (limited to 'net-im/gaim/Makefile')
-rw-r--r--net-im/gaim/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/net-im/gaim/Makefile b/net-im/gaim/Makefile
new file mode 100644
index 000000000000..adbcbd2473b5
--- /dev/null
+++ b/net-im/gaim/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: gaim
+# Version required: 0.1
+# Date created: 26 Mar 1999
+# Whom: Jim Mock <jim@phrantic.phear.net>
+#
+# $Id$
+#
+
+DISTNAME= gaim-19990311
+PKGNAME= gaim-0.1
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.marko.net/pub/gaim/ \
+ ftp://ftp.netmug.org/pub/FreeBSD/distfiles/
+
+MAINTAINER= jim@phrantic.phear.net
+
+LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12
+
+ALL_TARGET= gaim
+USE_GMAKE= yes
+USE_X_PREFIX= yes
+
+CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
+
+post-patch:
+ ${CP} ${FILESDIR}/logo.xpm ${WRKSRC}/pixmaps
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/gaim ${PREFIX}/bin
+ @ ${MKDIR} ${PREFIX}/share/gaim/pixmaps && chmod a+rx ${PREFIX}/share/gaim/pixmaps
+ @ ${ECHO} "===> Installing pixmaps"
+ ${INSTALL_DATA} ${WRKSRC}/pixmaps/*.xpm ${PREFIX}/share/gaim/pixmaps
+
+.include <bsd.port.mk>