summaryrefslogtreecommitdiff
path: root/irc/xchat-gnome/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'irc/xchat-gnome/Makefile')
-rw-r--r--irc/xchat-gnome/Makefile50
1 files changed, 0 insertions, 50 deletions
diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile
deleted file mode 100644
index a5a683817cd3..000000000000
--- a/irc/xchat-gnome/Makefile
+++ /dev/null
@@ -1,50 +0,0 @@
-# New ports collection makefile for: xchat
-# Version required: 1.2.0
-# Date created: 17 Nov 1998
-# Whom: Jim Mock <jim@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-DISTNAME= xchat-1.2.0
-CATEGORIES= irc
-MASTER_SITES= http://xchat.org/files/ \
- http://xchat.linuxpower.org/files/
-
-MAINTAINER= jim@FreeBSD.org
-
-LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
- Imlib.4:${PORTSDIR}/graphics/imlib
-
-GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
-
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-USE_PERL5= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-nls
-
-.if defined(USE_GNOME)
-CONFIGURE_ARGS+= --enable-gnome
-.if defined(USE_PANEL)
-CONFIGURE_ARGS+= --enable-panel
-.else
-CONFIGURE_ARGS+= --disable-panel
-.endif
-.else
-CONFIGURE_ARGS+= --disable-gnome
-.endif
-
-CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
-
-post-install:
- @strip ${PREFIX}/bin/xchat
-.if !defined(NOPORTDOCS)
- @${ECHO} "===> Installing xchat docs in ${PREFIX}/share/doc/xchat"
- @${MKDIR} ${PREFIX}/share/doc/xchat && ${CHMOD} a+rx ${PREFIX}/share/doc/xchat
- @${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/xchat
- @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xchat
- @${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xchat
-.endif
-
-.include <bsd.port.mk>