diff options
author | flathill <flathill@FreeBSD.org> | 1999-05-05 22:13:45 +0800 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 1999-05-05 22:13:45 +0800 |
commit | 77bb3692b5c23184b7a5302f61034ee390e5ec41 (patch) | |
tree | f27120089ec5df89ef257bb37cae6e1fa611f233 /net/gaim-snapshot/Makefile | |
parent | ce281363dc698c513a8a86dc8e702196577bad4c (diff) | |
download | freebsd-ports-gnome-77bb3692b5c23184b7a5302f61034ee390e5ec41.tar.gz freebsd-ports-gnome-77bb3692b5c23184b7a5302f61034ee390e5ec41.tar.zst freebsd-ports-gnome-77bb3692b5c23184b7a5302f61034ee390e5ec41.zip |
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 |