diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-04-19 00:15:51 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-04-19 00:15:51 +0000 |
commit | 11a39ceff03ee1dc76e713e101bf2288a2e22b1c (patch) | |
tree | 69052b1cd13bf1c580bf96844e4e21c5b1e22f11 /net/gaim-snapshot/Makefile | |
parent | Upgrade to beav-1.40.13 (diff) |
the GTK+ AOL Instant Messenger
PR: 10976
Submitted by: Jim Mock jim@corp.au.triax.com
Diffstat (limited to 'net/gaim-snapshot/Makefile')
-rw-r--r-- | net/gaim-snapshot/Makefile | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/net/gaim-snapshot/Makefile b/net/gaim-snapshot/Makefile new file mode 100644 index 000000000000..adbcbd2473b5 --- /dev/null +++ b/net/gaim-snapshot/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> |