diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-05-05 14:13:45 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-05-05 14:13:45 +0000 |
commit | 50a7c114338ec23eaf8398cae5f4ec1fcc14db9c (patch) | |
tree | 41ad1b483e021a5df4e3e50e57f23718634205fc /net/gaim-snapshot/Makefile | |
parent | Update to 1.0.2 (diff) |
Update to 0.8.0
PR: ports/11495
Submitted by: cpiazza@home.net
Diffstat (limited to 'net/gaim-snapshot/Makefile')
-rw-r--r-- | net/gaim-snapshot/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/net/gaim-snapshot/Makefile b/net/gaim-snapshot/Makefile index 6154bfe4bed4..0dea7699e6a9 100644 --- a/net/gaim-snapshot/Makefile +++ b/net/gaim-snapshot/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: gaim -# Version required: 0.1 +# Version required: 0.8.0 # Date created: 26 Mar 1999 # Whom: Jim Mock <jim@phrantic.phear.net> # -# $Id: Makefile,v 1.2 1999/04/20 02:31:21 mharo Exp $ +# $Id: Makefile,v 1.3 1999/04/20 03:06:01 mharo Exp $ # -DISTNAME= gaim-19990311 -PKGNAME= gaim-0.1 +DISTNAME= gaim-0.8.0 CATEGORIES= net MASTER_SITES= ftp://ftp.marko.net/pub/gaim/ \ http://www.freebsd.org/~mharo/distfiles/ \ @@ -17,13 +16,15 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= jim@phrantic.phear.net -LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 +LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \ + glib12.1:${PORTSDIR}/devel/glib12 -ALL_TARGET= gaim +GNU_CONFIGURE= yes USE_GMAKE= yes USE_X_PREFIX= yes -CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" +CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" \ + GLIB_CONFIG="${LOCALBASE}/bin/glib12-config" post-patch: ${CP} ${DISTDIR}/logo.xpm.gz ${WRKSRC}/pixmaps |