summaryrefslogtreecommitdiff
path: root/net/gaim-snapshot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/gaim-snapshot/Makefile')
-rw-r--r--net/gaim-snapshot/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/net/gaim-snapshot/Makefile b/net/gaim-snapshot/Makefile
deleted file mode 100644
index 6d04c06e42a0..000000000000
--- a/net/gaim-snapshot/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# New ports collection makefile for: gaim
-# Date created: 26 Mar 1999
-# Whom: Jim Mock <jim@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gaim
-PORTVERSION= 0.9.20
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
- ftp://ftp.marko.net/pub/gaim/
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= jim@FreeBSD.org
-
-LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
-
-GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
-GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
-
-GNU_CONFIGURE= yes
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_X_PREFIX= yes
-CONFIGURE_ARGS= --disable-esd
-
-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>