diff options
Diffstat (limited to 'net/gaim-snapshot/Makefile')
-rw-r--r-- | net/gaim-snapshot/Makefile | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/net/gaim-snapshot/Makefile b/net/gaim-snapshot/Makefile deleted file mode 100644 index 489ba0e4374b..000000000000 --- a/net/gaim-snapshot/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: gaim -# Version required: 0.9.7 -# Date created: 26 Mar 1999 -# Whom: Jim Mock <jim@FreeBSD.org> -# -# $FreeBSD$ -# - -DISTNAME= gaim-0.9.7 -CATEGORIES= net -MASTER_SITES= ftp://ftp.marko.net/pub/gaim/ - -MAINTAINER= jim@FreeBSD.org - -LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ - glib12.2:${PORTSDIR}/devel/glib12 - -GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config - -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_X_PREFIX= yes -CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ - GLIB_CONFIG="${GLIB_CONFIG}" - -do-install: - @${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> |