diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-08-07 17:31:47 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-08-07 17:31:47 +0800 |
commit | 06ce50fae8bd4f635ef237e90f6361402ff2370e (patch) | |
tree | 0e47bb072ede7ad4cb2b1ee847ec88b31eb0abeb /net/gaim/Makefile | |
parent | 611aca64e47adb590d80413cbcee6b0f9161f3aa (diff) | |
download | freebsd-ports-graphics-06ce50fae8bd4f635ef237e90f6361402ff2370e.tar.gz freebsd-ports-graphics-06ce50fae8bd4f635ef237e90f6361402ff2370e.tar.zst freebsd-ports-graphics-06ce50fae8bd4f635ef237e90f6361402ff2370e.zip |
Update to 0.9.6
PR: 13011
Submitted by: maintainer
Diffstat (limited to 'net/gaim/Makefile')
-rw-r--r-- | net/gaim/Makefile | 28 |
1 files changed, 10 insertions, 18 deletions
diff --git a/net/gaim/Makefile b/net/gaim/Makefile index 0a944c0c5e0..4870634425a 100644 --- a/net/gaim/Makefile +++ b/net/gaim/Makefile @@ -1,20 +1,16 @@ # New ports collection makefile for: gaim -# Version required: 0.8.0 +# Version required: 0.9.6 # Date created: 26 Mar 1999 -# Whom: Jim Mock <jim@phrantic.phear.net> +# Whom: Jim Mock <jim@blues.ghis.net> # -# $Id: Makefile,v 1.4 1999/05/05 14:13:41 flathill Exp $ +# $Id: Makefile,v 1.5 1999/05/29 03:55:14 steve Exp $ # -DISTNAME= gaim-0.8.0 +DISTNAME= gaim-0.9.6 CATEGORIES= net -MASTER_SITES= ftp://ftp.marko.net/pub/gaim/ \ - http://www.freebsd.org/~mharo/distfiles/ \ - ftp://ftp.netmug.org/pub/FreeBSD/distfiles/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} logo.xpm.gz -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} +MASTER_SITES= ftp://ftp.marko.net/pub/gaim/ -MAINTAINER= jim@phrantic.phear.net +MAINTAINER= jim@blues.ghis.net LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ glib12.2:${PORTSDIR}/devel/glib12 @@ -28,14 +24,10 @@ USE_X_PREFIX= yes CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ GLIB_CONFIG="${GLIB_CONFIG}" -post-patch: - ${CP} ${DISTDIR}/logo.xpm.gz ${WRKSRC}/pixmaps - ${GUNZIP_CMD} ${WRKSRC}/pixmaps/logo.xpm.gz - 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 + @${INSTALL_PROGRAM} ${WRKSRC}/src/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> |